actions-marketplace-validations/UI-licious Test Runner
Trigger your UIlicious tests as part of your GitHub Workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access-key | Your project API access key. | — | — |
| project | Your UIlicious project name. | yes | — |
| tests | Comma-separated list of tests to run. Also see 'pattern' for advanced usage. | — | — |
| pattern | If 'true', the 'tests' input will be treated as a glob pattern. Defaults to 'false'. | — | — |
| browser | Select which browser to run the test(s) in. Defaults to your project's settings. | no | — |
| dataset | Choose a dataset. | no | — |
| data-object | Pass in a JSON data object. | no | — |
| blow-up | If 'false', the action will not be marked as failed even if tests fail. Defaults to 'true'. | no | — |
| verbose | If 'true', info logs will be printed including test run messages from UI-licious. Defaults to 'false'. | no | — |
Outputs
| name | description |
|---|---|
| pass | If all tests passed 'true', else 'false'. |
| total | The number of tests that were ran. |
| total-failed | The number of tests that reported a failed run. |