Get started with TestDriver in minutes.
Create a TestDriver Account
Set up your environment
Try an example test
example.yaml
file contains a series of steps that the agent will execute.prompt
that describes what the agent should do. The agent will use the prompt to generate commands that make the tests faster and more reliable the next time you run the test.Generate test steps from prompts
example.yaml
file.--write
flag tells TestDriver to save any generated commands to the test file, and the --heal
flag allows TestDriver to recover from unexpected issues during the test run.Run a regression test
--write
command tells the agent to save the generated commands to the test file, and the --heal
command gives the agent permission to recover if something goes wrong.