namespace-team/Run Endtest functional tests
Register a deployment event with Endtest and run the functional tests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app_id | The Endtest App ID for your account. You can get it from the https://endtest.io/settings page. | yes | — |
| app_code | The Endtest App Code for your account. You can get it from the https://endtest.io/settings page. | yes | — |
| api_request | The Endtest API request for starting the test execution. | yes | — |
Outputs
| name | description |
|---|---|
| test_suite_name | The name of the test suite |
| configuration | The configuration of the machine or mobile device on which the test was executed |
| test_cases | The number of test cases |
| passed | The number of assertions that have passed |
| failed | The number of assertions that have failed |
| errors | The number of errors that have been encountered |
| start_time | The timestamp for the start of the test execution. |
| end_time | The timestamp for the end of the test execution. |
| detailed_logs | The detailed logs for the test execution |
| screenshots_and_video | The URLs for the screenshts and video recordings of the test execution |
| hash | The unique hash for the test execution |
| results | The link to the Results page for the test execution |