Learn how to set up and configure the TestDriver GitHub Action for automated cloud-based testing in your CI/CD workflows.
TD_API_KEY
and paste your API key..github/workflows/testdriver.yaml
:
on
section defines when the workflow runs (for example, pull requests, scheduled events, or manual triggers).key
field uses the TD_API_KEY
secret for authentication.prompt
field specifies the commands to execute. In this example, the /run
command is used to execute a test file from the repository.on
section.key
value authenticates your account.prompt
is parsed as a Markdown list, and each item is executed sequentially./explore
, supply variables, or dynamically generate prompts from earlier steps.