aibdd.auto.ts.it.starter

Initialize a React integration test scaffold with Vitest, React Testing Library, and MSW.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/zenbuapps/zenbu-powers --skill aibdd-auto-ts-it-starter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aibdd.auto.ts.it.starter
Source: https://github.com/zenbuapps/zenbu-powers/tree/main/skills/aibdd.auto.ts.it.starter
Command: npx skills add https://github.com/zenbuapps/zenbu-powers --skill aibdd-auto-ts-it-starter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This starter initializes a React Integration Test project scaffold by reading templates from templates/ to build a Vitest + @testing-library/react + MSW v2 setup. Prerequisite: the frontend project has been initialized by /aibdd-auto-frontend-apifirst-msw-starter.

Core Features & Use Cases

  • Template-driven scaffold: generates a complete IT testing skeleton from supplied templates, including config files and helper utilities.
  • Testing stack readiness: installs and configures Vitest, @testing-library/react, and MSW to enable fast, reliable integration tests.
  • Real-world use case: supports end-to-end scenarios like component testing with mocked API interactions.

Quick Start

Run the aibdd.auto.ts.it.starter to bootstrap the React IT scaffold in your project.

Frequently Asked Questions about aibdd.auto.ts.it.starter

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

FAQPage Schema
How do I set up React integration testing with Vitest and MSW?

You can bootstrap a React integration testing scaffold by running this starter, which generates vitest.config.ts, setup files, and helper utilities from templates. It delivers a ready-to-run Vitest, React Testing Library, and MSW v2 environment.

Do I need a specific frontend starter before setting up Vitest and MSW?

Yes, a frontend project initialized by the API-first MSW starter is required before bootstrapping this Vitest and MSW integration testing scaffold to ensure the base React project structure is ready.

What testing libraries are included when scaffolding React integration tests?

Scaffolding React integration tests includes Vitest, React Testing Library, and MSW v2. The generated workspace provides test configs, setup files, and helper utilities to support component testing with mocked API interactions.

Can I use this integration testing scaffold with any React project?

This integration testing scaffold targets front-end React 18+ TypeScript projects. It requires the frontend project to have been initialized by the API-first MSW starter to ensure the generated vitest.config.ts and setup files integrate correctly.

What's the best way to configure MSW for React component testing?

Configuring MSW for React component testing is handled by a template-driven scaffold that generates a complete testing skeleton. This approach installs and configures Vitest, React Testing Library, and MSW v2 to enable reliable mocked API interactions.