Overview
TestDriver can be configured through constructor options, environment variables, and Vitest configuration.Environment Variables
Set these in your.env file:
Client Configuration
Basic Options
All Options
Vitest Configuration
Create or updatevitest.config.mjs:
Preset Configuration
Chrome Preset
VS Code Preset
Electron Preset
Operating System Settings
Linux
Windows
macOS
Cache Configuration
Prompt Cache
Configure AI prompt caching:Selector Cache
Configure element location caching:Dashcam Configuration
Timeout Configuration
Test Timeouts
Command Timeouts
Best Practices
Use environment variables for secrets
Use environment variables for secrets
Set appropriate timeouts
Set appropriate timeouts
Configure caching for your needs
Configure caching for your needs
Use appropriate concurrency
Use appropriate concurrency

