qa-test-generate

Convert BDD test cases into runnable Vitest and Playwright tests.

25|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/parhumm/jaan-to --skill qa-test-generate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-test-generate
Source: https://github.com/parhumm/jaan-to/tree/main/adapters/codex/skillpack/skills/qa-test-generate
Command: npx skills add https://github.com/parhumm/jaan-to --skill qa-test-generate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate runnable test files directly from BDD test cases and scaffold outputs to accelerate test implementation.

Core Features & Use Cases

  • Converts Gherkin-style BDD scenarios into Vitest unit tests and Playwright E2E specs.
  • Generates test data factories, MSW mock handlers, and scaffolding to match the BDD scope across unit, integration, and E2E layers.
  • Provides a repeatable workflow for test generation in CI/CD pipelines.

Quick Start

Provide qa-test-cases and scaffold outputs to activate the skill and generate runnable tests in JAAN_OUTPUTS_DIR.

Frequently Asked Questions about qa-test-generate

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

FAQPage Schema
How do I generate Vitest and Playwright tests from BDD scenarios?

To generate Vitest and Playwright tests from BDD scenarios, provide Gherkin-style BDD test cases and scaffold outputs to convert them into runnable unit, integration, and E2E specs with appropriate test data factories and MSW mocks.

Can I use MSW mock handlers and page objects in generated E2E tests?

Yes, generated tests include MSW mock handlers and page objects. The skill produces a standardized test infrastructure in the output directory with configuration, factories, and handlers mapped directly to your BDD scenarios.

How do I create test data factories for unit and integration tests?

Test data factories are created automatically by converting BDD test cases and scaffold outputs into a standardized test infrastructure, applying appropriate factories to target unit, integration, and E2E scopes according to specified tags.

What's the best way to automate test generation in CI/CD pipelines using BDD?

Automating test generation in CI/CD pipelines using BDD involves providing qa-test-cases and scaffold outputs to trigger automatic generation of runnable Vitest and Playwright test files, configuration, factories, and MSW handlers in the output directory.

Does generating tests from Gherkin BDD scenarios require manual configuration?

Generating tests from Gherkin BDD scenarios requires no manual configuration. The skill automatically produces a standardized test infrastructure including configuration files, MSW handlers, test data factories, and generated test files that map to the scenarios.

When should I not use automated BDD to test generation for E2E scopes?

Automated BDD to test generation for E2E scopes is not suitable when you lack defined Gherkin scenarios or scaffold outputs. The skill requires these specific inputs to map and generate runnable Vitest and Playwright tests accurately.