Learn how to set up and configure TestDriver CLI 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).TD_API_KEY
environment variable uses the secret for authentication.on
section.TD_API_KEY
environment variable authenticates your account.TD_API_KEY
is provided.