prepare-tests

Create test plans and execute unit, E2E, and performance tests.

4|1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/poz110/claude-harness --skill prepare-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prepare-tests
Source: https://github.com/poz110/claude-harness/tree/main/plugins/claude-harness/skills/prepare-tests
Command: npx skills add https://github.com/poz110/claude-harness --skill prepare-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires vitest, playwright, k6, msw, axe-playwright, v8, tsconfigPaths, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation and execution of test plans, unit tests, E2E tests, and performance tests, significantly reducing the manual effort required for quality assurance.

Core Features & Use Cases

  • Automated Test Plan Generation: Automatically creates comprehensive test plans for various testing types.
  • Unit, E2E, and Performance Testing: Writes and executes unit tests with Vitest, E2E tests with Playwright, and performance tests with k6.
  • API Mocking: Utilizes MSW for network layer mocking, compatible with both frontend and backend.
  • Coverage Reporting: Generates test coverage reports for Vitest tests.
  • Use Case: Ideal for QA agents post-code review to ensure comprehensive testing coverage.

Quick Start

Execute the 'prepare-tests' skill to automatically generate and run a test suite for your project.

Frequently Asked Questions about prepare-tests

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

FAQPage Schema
How do I automate test plan creation for unit, E2E, and performance testing?

Automated test plan creation streamlines QA workflows by generating comprehensive test suites for unit, E2E, and performance tests. This skill automatically creates and executes these plans to significantly reduce manual quality assurance effort.

How do I generate and run E2E tests using Playwright with API mocking?

Running E2E tests with Playwright utilizes MSW for network layer API mocking, ensuring robust frontend and backend testing workflows. The skill writes and executes these tests automatically to validate application behavior.

Can I use k6 for performance testing alongside Vitest unit tests in the same workflow?

Using k6 for performance testing alongside Vitest unit tests is fully supported within the same workflow. The skill writes and executes both test types, generating coverage reports for the Vitest unit tests.

Does this QA automation skill generate test coverage reports for Vitest?

Generating test coverage reports for Vitest tests is a core feature of this QA automation skill. After writing and executing your unit tests, it automatically produces coverage reports to ensure comprehensive testing.

What is the best way to streamline QA automation after a code review?

Streamlining QA automation after a code review is best achieved by automatically generating and executing a full test suite. This skill acts as a QA agent, creating unit, E2E, and performance tests to ensure complete coverage.