mcpbeat

Testdriver:generating Tests

testdriverai/testdriverai-testdriver:generating-tests

Use AI coding agents and exploration mode to generate TestDriver tests

257 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
237
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/testdriverai/testdriverai --skill testdriver:generating-tests

The instruction itself

1 sections, as written by the author

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

Instructions for Coding Agents

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'

How to use it

Copy the folder

Take testdriverai/testdriverai-testdriver:generating-tests from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.