Instructions for Coding Agents
We recommend starting with our quickstart then supplying your coding agent with our agents.md file.Agents.md
Copy the current version of agents.md to provide your coding agent with up-to-date instructions on how to generate TestDriver tests.
AI Exploration Mode
Within a test, theai() method lets TestDriver autonomously figure out how to accomplish a task. It’s useful for dynamic or unpredictable UIs where explicit actions may be difficult to define.
Explicit commands are preferred for production tests, as they are cheaper, faster, and more reliable.

