foreai-co/Critical Journey
A GitHub Action to run a Critical Journey UI test
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| test_id | ID of the test to be run. | no | "" |
| test_suite_id | ID of the test suite to be run. | no | "" |
| service_account_key | Key to the service account that will run the test. | yes | "" |
| wait_timeout_seconds | Maximum number of seconds to wait for the test to complete. | no | 300 |
| website_url_override | Override the website URL for the test. | no | "" |
| params_override | Override the params for the test. Must be a valid JSON string. | no | "" |
| browser_type_override | Browser type to use for the test: chromium, firefox, or webkit. Defaults to chromium | no | "" |
| create_issue_on_failure | If true, creates a GitHub issue when the test run fails. | no | false |
Outputs
| name | description |
|---|---|
| result | A message that includes information about the status of the run. |