jikime-workflow-testing

Integrate Vitest, React Testing Library, and Playwright tests for Next.js projects.

5|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/jikime/jikime-adk --skill jikime-workflow-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jikime-workflow-testing
Source: https://github.com/jikime/jikime-adk/tree/main/templates/.claude/skills/jikime-workflow-testing
Command: npx skills add https://github.com/jikime/jikime-adk --skill jikime-workflow-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a robust framework for ensuring code quality and reliability through comprehensive testing strategies, integrating unit, component, and end-to-end testing.

Core Features & Use Cases

  • Unified Testing: Integrates Vitest for unit/integration, React Testing Library for components, and Playwright for E2E tests.
  • Quality Gates: Enforces coverage thresholds and provides PR merge checklists.
  • CI Integration: Includes GitHub Actions examples for automated testing pipelines.
  • Use Case: Developers can use this Skill to set up a complete testing suite for a Next.js application, ensuring high code coverage and reliable E2E flows before merging code.

Quick Start

Execute npm run test:coverage to run all tests and generate a coverage report.

Frequently Asked Questions about jikime-workflow-testing

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

FAQPage Schema
How do I set up a testing workflow for a Next.js and TypeScript project?

To set up a testing workflow for a Next.js and TypeScript project, use a framework that integrates unit, component, and end-to-end testing. This approach combines Vitest, React Testing Library, and Playwright to ensure comprehensive coverage and reliable E2E flows.

What is the best way to combine unit and E2E testing in a TypeScript application?

The best way to combine unit and E2E testing in a TypeScript application is using a unified testing strategy. You can configure Vitest for unit and integration tests alongside Playwright for end-to-end tests, ensuring high code coverage and robust software behavior.

How does Domain-Driven Design integrate with software testing methodologies?

Domain-Driven Design integrates with software testing methodologies by aligning testing scopes with domain boundaries. This comprehensive development workflow uses unit, integration, component, and E2E tests to verify domain logic and ensure robust software development.

Can I enforce quality gates and coverage thresholds in my CI pipeline?

Yes, you can enforce quality gates and coverage thresholds in your CI pipeline. The testing workflow includes GitHub Actions examples for automated testing pipelines, enforcing coverage thresholds and providing PR merge checklists before code is merged.

Does Vitest work with Playwright for Next.js applications?

Yes, Vitest works with Playwright for Next.js applications. Vitest handles unit, integration, and component tests, while Playwright manages end-to-end testing, providing a unified testing suite that ensures high code coverage and reliable flows.

Why use a unified testing workflow instead of separate testing tools?

Using a unified testing workflow instead of separate testing tools streamlines development by integrating unit, component, and E2E tests under a single strategy. This ensures consistent quality gates, automates CI pipelines, and maintains high code coverage across the project.