This action makes the testim.io cli available to your workflows
Required The auth token
Required The project id to run
The grid on which to execute the tests. Default "Testim-Grid"
.
The test suite to run.
Starting URL after browser opens.
The result Labels option allows you to add textual labels to your remote runs. These labels will be shown in the runs page.
Timeout period in milliseconds to abort the test run if a timeout has elapsed. The default is set to 10 minutes.
Branch (by name) to run the tests on.
How many tests should run in parallel.
When this flag is used, a failed test will be executed repeatedly until either the test passes or the max number of retries has been reached - in which case the test will fail.
uses: trax-retail/[email protected]
with:
token: ${{ secrets.TESTIM_TOKEN }}
project: <PROJECT_ID>