Skill240 repo starsupdated 20d ago
testdriver:generating-tests
Use AI coding agents and exploration mode to generate TestDriver tests
Install in Claude Code
Copygit 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-testsThen start a new Claude Code session; the skill loads automatically.
Definition
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' ```
More from this repository
testdriver:aiSkill
Execute natural language tasks using AI
testdriver:assertSkill
Make AI-powered assertions about screen state
testdriver:aws-setupSkill
Deploy TestDriver on your AWS infrastructure using CloudFormation
testdriver:cacheSkill
Speed up tests with screenshot-based caching
testdriver:cachingSkill
1.7x faster test execution with intelligent caching and optimization
testdriver:captchaSkill
Solve captchas using 2captcha service
testdriver:ci-cdSkill
Run TestDriver tests in CI/CD with parallel execution and cross-platform support
testdriver:clickSkill
Click at specific coordinates or on elements