You will need a TestDriver Pro account ($20/m) to complete setup.
1

Install TestDriver

Click the button below to install the TestDriver extension for your preferred IDE. Then, follow the setup guide and chat with TestDriver to create your first test.
https://mintcdn.com/testdriver/oez3odRAQ7Kt1PvM/images/content/extension/vscode.svg?maxW=100&auto=format&n=oez3odRAQ7Kt1PvM&q=85&s=f70efeabacb95515c91df1ed5144632f

VS Code

https://mintcdn.com/testdriver/oez3odRAQ7Kt1PvM/images/content/extension/cursor.svg?maxW=36&auto=format&n=oez3odRAQ7Kt1PvM&q=85&s=ea56beef11235c4cd67f15c1a731789a

Cursor

https://mintcdn.com/testdriver/oez3odRAQ7Kt1PvM/images/content/extension/windsurf.svg?maxW=1024&auto=format&n=oez3odRAQ7Kt1PvM&q=85&s=2997ab7e7c45ab0978528310c079f38e

Windsurf

The extension will generate most of your tests for you, but you’ll probably want to customize them. Learn more about editing tests.
2

Run your tests in CI/CD

Next, use testdriverai to run your tests in CI/CD pipelines.
TD_API_KEY=YOUR_KEY npx testdriverai@latest run testdriver/test.yaml
Note that you’ll want to store your API key within secret storeage. Learn more about running tests in CI/CD pipelines.