What problem does it solve?
This Skill removes uncertainty around testing Veda products by giving a clear path for writing, organizing, and validating tests before release.
Core Features & Use Cases
- Backend testing with pytest: Use it for API routes, async flows, fixtures, database setup, and regression checks on critical server logic.
- Frontend testing with Vitest: Use it for component and integration coverage in React projects, including mocks and setup patterns.
- End-to-end testing with Playwright: Use it for login flows, session pages, and other browser-level checks with reusable fixtures and mock data.
- Practical test guidance: It highlights what must be tested first, how to reuse existing fixtures, and how to verify coverage before deployment.
- Use Case: A developer preparing a feature release can ask this Skill to determine the right test layer, add missing coverage, and confirm the test suite is ready for rollout.
Quick Start
Ask for the right test plan or implementation for your Veda project, specifying whether you need pytest, Vitest, or Playwright coverage.