You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| api-token | true || API token for Shiplight AI |
13
-
| test-suite-id | true || test suite ID (single ID or comma-separated list, e.g., "suite1" or "suite1,suite2,suite3") |
14
-
| environment-id | true || Environment ID |
15
-
| environment-url | false || Environment URL |
16
-
| github-comment | false |`true`| If enabled, the action will comment on the pull request with the test run results |
17
-
| github-token | false |`GITHUB_TOKEN`| Token used for leaving a comment on the pull request |
18
-
| async | false |`false`| If enabled, will launch the tests but not wait for them to finish and the action will always output success. Note: GitHub comments will not function if this is set. |
| api-token | true || API token for Shiplight AI |
13
+
| test-suite-id | true || Test suite ID (single ID or comma-separated list, e.g., `1` or `1,2,3`) |
14
+
| preflight-test-case-id | false || Optional preflight test case ID. If set, the preflight test runs before the main test suites |
15
+
| environment-id | true || Environment ID |
16
+
| environment-url | false || Environment URL |
17
+
| github-comment | false |`true`| If enabled, the action will comment on the pull request with the test run results |
18
+
| github-token | false |`GITHUB_TOKEN`| Token used for leaving a comment on the pull request |
19
+
| async | false |`false`| If enabled, launches the tests but does not wait for them to finish. The action will always output success. GitHub comments will not function if this is set |
20
+
| commit-sha | false || Commit SHA used to find the pull request for commenting |
21
+
| timeout-seconds | false |`86400`| Maximum time to wait for test runs to complete, in seconds |
22
+
| test-context | false || Test context key-value pairs passed to the test run, one per line in `KEY=VALUE` format |
19
23
20
24
**Note**: The `test-suite-id` parameter supports both single test suite IDs for
21
25
backward compatibility and comma-separated lists for running multiple test
@@ -24,10 +28,14 @@ simultaneously for improved efficiency.
0 commit comments