Learn how to set up and run tests with TestDriver in CI/CD pipelines using GitHub Actions as an example for seamless end-to-end testing.
TD_API_KEY
.
Also make sure to add the TD_WEBSITE
secret to the repository with the value of the website you are testing if its a web based application.testdriver/
directory of your repository..github/workflows/testdriver.yaml
.npx testdriverai@latest init
, the workflow file will already be created.main
branch or open a pull request.https://app.dashcam.io/replay/1234567890
on
section.run
command.TD_API_KEY
environment variable authenticates your account.TD_WEBSITE
or the staging build’s installation url depending on the kind of application you are testing.