·epic-testing

Guide on testing with Vitest and Playwright for Epic Stack

5Installs·0Trend·@rubenpenap

Installation

$npx skills add https://github.com/rubenpenap/epic-stack-agent-skills --skill epic-testing

SKILL.md

Tests should resemble users - Write tests that mirror how real users interact with your application. Test user workflows, not implementation details. If a user would click a button, your test should click that button. If a user would see an error message, your test should check for that specific message.

Make assertions specific - Be explicit about what you're testing. Instead of vague assertions, use specific, meaningful checks that clearly communicate the expected behavior. This makes tests easier to understand and debug when they fail.

Note: The user is automatically deleted when the test completes.

Guide on testing with Vitest and Playwright for Epic Stack Source: rubenpenap/epic-stack-agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/rubenpenap/epic-stack-agent-skills --skill epic-testing
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is epic-testing?

Guide on testing with Vitest and Playwright for Epic Stack Source: rubenpenap/epic-stack-agent-skills.

How do I install epic-testing?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rubenpenap/epic-stack-agent-skills --skill epic-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/rubenpenap/epic-stack-agent-skills