qe-test-generation

Generate unit, integration, and e2e tests from code analysis.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/CENKSSS/valocase-backend --skill qe-test-generation-cenksss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qe-test-generation
Source: https://github.com/CENKSSS/valocase-backend/tree/main/.claude/skills/qe-test-generation
Command: npx skills add https://github.com/CENKSSS/valocase-backend --skill qe-test-generation-cenksss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of unit, integration, and e2e tests from code analysis, filling coverage gaps and enabling smooth test suite migration.

Core Features & Use Cases

  • Automated Test Generation: Generates tests for unit, integration, and e2e test types from code analysis.
  • Coverage Gap Filling: Targets areas of the codebase with insufficient test coverage.
  • Framework Migration: Supports migrating test suites between Jest, Vitest, and Playwright.
  • Use Case: When working on a new codebase or updating existing tests, this Skill can significantly reduce the manual effort required to write comprehensive tests.

Quick Start

To generate unit tests for a specific file using Jest, you would use the following command: aqe test generate --file src/services/UserService.ts --framework jest

Frequently Asked Questions about qe-test-generation

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

FAQPage Schema
How do I generate unit tests from code analysis to improve code coverage?

Automated test generation analyzes your source files to produce unit, integration, and e2e tests targeting branch coverage, error paths, and edge cases. It fills coverage gaps by generating test suites from code analysis, reducing manual effort when onboarding a new codebase.

Can I migrate test suites between Jest, Vitest, and Playwright?

Test suite migration supports moving tests between Jest, Vitest, and Playwright frameworks. The automation handles framework migration to ensure smooth transitions, allowing you to update existing tests or switch testing frameworks without rewriting the entire suite manually.

How do I generate tests for a specific file using Jest?

To generate tests for a specific file, execute the test generation script with the target file path and desired framework parameters. For example, running the command with the source file and Jest framework generates unit tests directly from code analysis for that specific file.

Does AI testing work for generating edge case and error path tests?

AI testing automates test generation by analyzing code to specifically target error paths and edge cases. This ensures comprehensive branch coverage by identifying and generating tests for complex scenarios that manual testing often misses, filling critical coverage gaps.

What do I need to run automated test generation scripts?

Automated test generation requires specific script execution and schema validation for proper functioning. You need the target source code file and a specified testing framework like Jest, Vitest, or Playwright to execute the generation process and output valid tests.