E2E Test Writer
Generates comprehensive end-to-end test cases from user stories and specifications for software applications.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add e2e-test-writer npx -- -y @trustedskills/e2e-test-writer
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"e2e-test-writer": {
"command": "npx",
"args": [
"-y",
"@trustedskills/e2e-test-writer"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The e2e-test-writer skill generates end-to-end tests based on user descriptions. It can create test cases for web applications, APIs, and other software systems. The generated tests are designed to verify the functionality of a system from start to finish, simulating real user interactions.
When to use it
- Automating Regression Testing: Quickly generate initial test suites when making changes to an application.
- New Feature Verification: Create comprehensive tests for newly developed features before release.
- API Integration Testing: Develop tests that validate the interaction between different APIs or services.
- User Journey Simulation: Generate tests that mimic specific user workflows through a system.
Key capabilities
- Generates end-to-end test cases
- Supports web applications and APIs
- Creates tests based on textual descriptions
Example prompts
- "Write an e2e test for logging in to my application with valid credentials."
- "Generate a test case for adding a new product to the shopping cart on my website."
- "Create an end-to-end test that verifies the API call to retrieve user data."
Tips & gotchas
The quality of generated tests depends heavily on the clarity and detail provided in the prompt. Be specific about expected inputs, outputs, and system behavior for best results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.