rcode-qa-generate-e2e-tests

Generate end-to-end tests for existing UI or workflow features.

2|1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/hanzlahabib/rcode --skill rcode-qa-generate-e2e-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rcode-qa-generate-e2e-tests
Source: https://github.com/hanzlahabib/rcode/tree/main/rcode/skills/actions/4-implementation/rcode-qa-generate-e2e-tests
Command: npx skills add https://github.com/hanzlahabib/rcode --skill rcode-qa-generate-e2e-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of creating end-to-end test coverage for an existing feature, helping teams validate real user flows with the project’s current testing setup.

Core Features & Use Cases

  • Framework detection: Identifies the project’s existing test stack and follows its native patterns.
  • Workflow coverage: Generates tests for happy paths, alternative paths, error cases, and edge cases.
  • Verification loop: Runs the generated tests and fixes failures so the final suite is executable.
  • Use case: Use it when you need QA automation for a checkout flow, settings page, API-backed UI, or any implemented feature that needs reliable regression coverage.

Quick Start

Ask the Skill to generate end-to-end tests for your feature, and it will detect the framework, write the tests, run them, and summarize the results.

Frequently Asked Questions about rcode-qa-generate-e2e-tests

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate end-to-end tests for an existing UI feature?

To generate end-to-end tests, you need a tool that detects your project's current framework and writes tests covering happy paths, error cases, and edge cases. This Skill automates that process by generating tests and verifying they pass.

Does this test generation tool work with Playwright and Cypress?

Yes, this test generation tool works with Playwright and Cypress. It automatically detects standard test frameworks like Playwright, Cypress, Jest, Vitest, and pytest, then follows their native patterns to write tests.

What is the best way to automate QA coverage for user workflows?

The best way to automate QA coverage is to generate tests that validate real user flows. This Skill produces end-to-end tests for checkout flows or API-backed UIs, covering alternative paths and edge cases using standard framework APIs.

How do I ensure generated end-to-end tests actually pass?

To ensure generated end-to-end tests pass, you need a verification loop that runs the suite and fixes failures. This Skill executes a verification loop after writing tests, ensuring the final suite is executable and reliable for regression coverage.

Can I use pytest for end-to-end testing of workflow-driven projects?

Yes, you can use pytest for end-to-end testing of workflow-driven projects. This Skill detects existing pytest setups and generates tests for happy paths, error paths, and edge cases using standard framework APIs.