Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 419 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 419 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

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

Example usage

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