Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 447 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 447 Bytes

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 execute.

Example usage

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