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 quickly with the TestDriver CLI.
1

Install TestDriver

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

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!