| test-context | Path or name to the tests to run. Runs all tests if not defined | no | — |
| git-token | Github Token with write access to the repository | yes | — |
| goblet-token | Goblet Auth Token from the goblet platform | yes | — |
| alt-repo | Alternative github repository that contains the tests to be run. | no | — |
| alt-branch | Name of the branch to use for the alt repository | no | — |
| alt-user | Github user name or organization with write access to the alt repository | no | — |
| alt-email | Email of user with write access to the alt repository | no | — |
| alt-token | Github Token with write access to the alt repository | no | — |
| test-type | Test type to run, one of `bdd`, `waypoint`, or `unit` | no | bdd |
| test-retry | Number of times a failed test should be retried | no | — |
| test-report | Generate an html formatted test report for all executed tests | no | — |
| test-tracing | Enable test tracing via playwright | no | — |
| test-record | Enable browser video recording via playwright | no | — |
| test-screenshot | Enable browser snapshots on failed tests. Ignored if `test-tracing` input is `true` | no | — |
| test-timeout | Amount of time until a test times out and is marked as fail | no | — |
| test-cache | Use internal test cache when executing test | no | — |
| test-colors | Force use of colors even when not a TTY | no | — |
| test-workers | Number of workers to use when running tests | no | — |
| test-verbose | Output verbose test results as the tests run | no | — |
| test-bail | Stop running tests after a specified amount of tests fail | no | — |
| browsers | Comma separated list of Browsers to execute tests against | no | — |
| browser-debug | Log the debug output of the playwright browser | no | — |
| browser-slow-mo | Speed of actions executed in the browser while executing tests | no | — |
| browser-concurrent | Run the tests in each defined browser at the same time | no | — |
| browser-timeout | Amount of time until a browser times out and the test is marked as fail | no | — |
| artifacts-debug | Enable debug logging for all generated artifacts | no | — |
| feature-tags | Comma separated list of feature tags which determine which features are executed | no | — |
| html-combine | Combine html reports into a single file | no | — |
| reuse-context | Reuse the same browser context for each test | no | — |