Skip to main content
TestDriver makes it easy to write automated computer-use tests for web browsers, desktop apps, and more. Follow the directions below to run your first TestDriver test.
Join our Discord if you have any questions or need help getting started!

Get Started in 3 Steps

1

Create a TestDriver Account

You will need a TestDriver account to get an API key.

Sign Up for TestDriver

No credit-card required!
2

Install TestDriver

Use npx to quickly set up an example project:
npx testdriverai@beta init
This will walk you through creating a new project folder, installing dependencies, and setting up your API key.
3

Run Your Test

TestDriver uses Vitest as the test runner. To run your test, use:
vitest run
This will spawn a sandbox, launch Chrome, and run the example test!

Next Steps