Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Openwebf App Testing Vitest

Set up and improve WebF app tests with Vitest and React Testing Library. Use when the user mentions Vitest, React Testing Library, unit tests, component tests, “testing trophy”, or asks to add/fix tests in a Vite/React/TS WebF app.

majiayu000 6ba629f 2 files · 1.3 KB Updated 567 repo stars

File contents

OpenWebF App: Testing (Vitest + React Testing Library)

Instructions

  1. Identify the stack (React/Vue/etc.) and current test tooling (if any).
  2. Use MCP docs for the recommended testing approach and best practices.
  3. Prefer “testing trophy” prioritization:
    • unit tests for business logic
    • component tests for UI behavior
    • minimal integration/E2E only where needed
  4. Offer templates when appropriate:
    • app/vitest-config
    • app/react-testing-library-example

More:

  • reference.md
  • doc-queries.md
  • examples.md

majiayu000/claude-skill-registry-data/tree/main/data/openwebf-app commit 6ba629fec3

Frequently asked questions

npx skillmds add majiayu000/openwebf-app-testing-vitest