Get started with TestDriver in minutes.
Create a TestDriver Account
Set Up TestDriver
init
, choose “yes” for the sandbox option. This will prompt you for your API key:TD_VM=true
and TD_API_KEY
values to .env
file in your project directory.Create your first test
/explore
command to supply test steps to the TestDriver agent. TestDriver will look at the screen and generate a test steps based on your input.Running tests
Generate self-driving tests
Deploy to CI/CD
testdriverai init
command automatically sets up a GitHub Action workflow for you. Any test files found in the testdriver
directory will run on every push to the main branch.