Skip to content

trax-retail/testim-cli-gh-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testim

This action makes the testim.io cli available to your workflows

Inputs

token

Required The auth token

project

Required The project id to run

grid

The grid on which to execute the tests. Default "Testim-Grid".

suite

The test suite to run.

base-url

Starting URL after browser opens.

result-label

The result Labels option allows you to add textual labels to your remote runs. These labels will be shown in the runs page.

timeout

Timeout period in milliseconds to abort the test run if a timeout has elapsed. The default is set to 10 minutes.

branch

Branch (by name) to run the tests on.

parallel

How many tests should run in parallel.

retries

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.

Example usage

uses: trax-retail/[email protected]
with:
  token: ${{ secrets.TESTIM_TOKEN }}
  project: <PROJECT_ID>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 55.9%
  • Dockerfile 44.1%