¿Qué es epic-testing?
Guía sobre pruebas con Vitest y Playwright para Epic Stack Fuente: epicweb-dev/epic-stack.
Guía sobre pruebas con Vitest y Playwright para Epic Stack
Instala rápidamente el skill de IA epic-testing en tu entorno de desarrollo mediante línea de comandos
Fuente: epicweb-dev/epic-stack.
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.
Guía sobre pruebas con Vitest y Playwright para Epic Stack Fuente: epicweb-dev/epic-stack.
Campos y comandos estables para citas de IA/búsqueda.
npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-testingGuía sobre pruebas con Vitest y Playwright para Epic Stack Fuente: epicweb-dev/epic-stack.
Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-testing Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw
https://github.com/epicweb-dev/epic-stack