testdriverai/testdriverai-testdriver:generating-tests
Use AI coding agents and exploration mode to generate TestDriver tests
npx skills add https://github.com/testdriverai/testdriverai --skill testdriver:generating-tests
<!-- Generated from generating-tests.mdx. DO NOT EDIT. -->
We recommend starting with our quickstart then supplying your coding agent with our agent instructions file.
<Card title="TestDriver Agent Instructions" icon="link" arrow="true" horizontal href="https://github.com/testdriverai/testdriverai/blob/main/ai/agents/testdriver.md?plain=1">
Copy the current version of our agent instructions to provide your coding agent with up-to-date instructions on how to generate TestDriver tests.
</Card>
Then, you can prompt your coding agent to generate tests. Here is an example prompt:
Make me a TestDriver test that does the following steps:
Navigate to practicetestautomation.com
Type username student into Username field
Type password Password123 into Password field
Push Submit button
Verify new page contains expected text 'logged in'
Take testdriverai/testdriverai-testdriver:generating-tests from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.