Skip to main content
ClaudeWave
Skill240 repo starsupdated 20d ago

testdriver:generating-tests

Use AI coding agents and exploration mode to generate TestDriver tests

Install in Claude Code
Copy
git clone --depth 1 https://github.com/testdriverai/testdriverai /tmp/testdriver-generating-tests && cp -r /tmp/testdriver-generating-tests/ai/skills/testdriver:generating-tests ~/.claude/skills/testdriver-generating-tests
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

<!-- Generated from generating-tests.mdx. DO NOT EDIT. -->

## Instructions for Coding Agents

We recommend starting with [our quickstart](./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:

```md
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'
```