sparq:manual-to-e2e

Convert manual test cases into Playwright or Cypress end-to-end tests.

27|4|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/STUkh/sparq-assistant --skill sparq-manual-to-e2e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sparq:manual-to-e2e
Source: https://github.com/STUkh/sparq-assistant/tree/main/claude/skills/sparq-manual-to-e2e
Command: npx skills add https://github.com/STUkh/sparq-assistant --skill sparq-manual-to-e2e

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert manual test cases into automated End-to-End tests, dramatically reducing manual effort and ensuring consistent test coverage.

Core Features & Use Cases

  • Automates the transformation of manual test steps into E2E test scaffolds (Playwright or Cypress) with reusable page objects.
  • Accepts diverse input formats (SparQ markdown test-cases, TestRail XML, Qase JSON, local JSON, CSV, or inline text) and normalizes them to a unified SparQ format for generation.
  • Produces E2E code, page objects, and test specs aligned to your project’s e2e.structure configuration; supports optional linting and browser verification.

Quick Start

Feed your manual tests into SparQ to generate automated E2E tests and artifacts.

Frequently Asked Questions about sparq:manual-to-e2e

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

FAQPage Schema
How do I convert manual test cases to Playwright automated tests?

The workflow normalizes manual test cases from SparQ markdown, TestRail, Qase, CSV, or inline text into a unified format to generate Playwright E2E test specs and reusable page objects.

Can I generate Cypress E2E tests from CSV or TestRail exports?

Yes, you can generate Cypress E2E tests from CSV or TestRail exports. The tool normalizes diverse input formats like CSV, TestRail XML, and Qase JSON into a unified structure to scaffold Cypress test code and artifacts.

What is the best way to automate E2E test generation from markdown test cases?

The best way to automate E2E test generation from markdown test cases is using a tool that enforces input normalization and structure discovery to produce Playwright or Cypress specs aligned to your project configuration.

Does manual test automation support inline text and Qase JSON inputs?

Yes, manual test automation supports inline text and Qase JSON inputs. It accepts these diverse formats alongside SparQ markdown and CSV exports, normalizing them to a unified format for consistent E2E code generation.

How do I validate and lint generated E2E test code?

You validate and lint generated E2E test code by enabling optional validation and lint steps during generation. This ensures produced Playwright or Cypress specs meet quality standards before browser verification and execution.

Why does my generated E2E test structure not match my project configuration?

Generated E2E test structure might not match your project if input normalization or e2e structure discovery is misaligned. Ensure your project's e2e.structure configuration is properly set before generating test specs and page objects.