test

Generate test plans, cases, fixtures, and Playwright E2E tests from user stories.

3|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/cwijayasundara/claude_harness_eng_v5 --skill test-cwijayasundara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/cwijayasundara/claude_harness_eng_v5/tree/main/.claude/skills/test
Command: npx skills add https://github.com/cwijayasundara/claude_harness_eng_v5 --skill test-cwijayasundara

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, pytest, jsonschema, requests, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the generation of test plans, test cases, test data fixtures, and Playwright E2E tests, streamlining the testing process and ensuring comprehensive test coverage.

Core Features & Use Cases

  • Test Plan Generation: Automatically generate test plans based on user stories and acceptance criteria.
  • Test Case Creation: Generate detailed test cases and test data fixtures.
  • Playwright E2E Tests: Generate Playwright E2E tests for browser-based applications.
  • Use Case: Use this Skill to automatically generate tests for a new feature in your software application, ensuring that all requirements are met before merging the code.

Quick Start

Run the test skill with the command '/test' to generate all test artifacts for your project.

Frequently Asked Questions about test

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

FAQPage Schema
How do I generate Playwright E2E tests from user stories and acceptance criteria?

Playwright E2E test generation from user stories is automated by parsing acceptance criteria to produce executable test artifacts. This skill outputs test plans, test cases, and test data fixtures alongside the Playwright scripts.

What is the best way to automate test plan generation for software development workflows?

Automated test plan generation takes user stories and acceptance criteria as input to produce structured test plans and test cases. This ensures comprehensive test coverage and streamlines software development workflows before merging code.

Do I need Python and Playwright installed to automate test case creation?

Yes, Python and Playwright are required dependencies to automate test case creation. The test generation process also relies on pytest, jsonschema, and requests to parse user stories and generate the necessary test artifacts.

Can I automatically generate test data fixtures along with Playwright tests?

Yes, you can automatically generate test data fixtures alongside Playwright E2E tests. The test generation skill outputs test data fixtures, test cases, and Playwright scripts simultaneously based on your provided user stories and acceptance criteria.

Does pytest work with automatically generated Playwright E2E tests?

Yes, pytest works with automatically generated Playwright E2E tests. The test generation skill uses pytest as a core dependency to support the execution and validation of the generated test cases and Playwright scripts.