Che cos'è epic-testing?
Guida ai test con Vitest e Playwright per Epic Stack Fonte: epicweb-dev/epic-stack.
Guida ai test con Vitest e Playwright per Epic Stack
Installa rapidamente la skill AI epic-testing nel tuo ambiente di sviluppo tramite riga di comando
Fonte: 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.
Guida ai test con Vitest e Playwright per Epic Stack Fonte: epicweb-dev/epic-stack.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-testingGuida ai test con Vitest e Playwright per Epic Stack Fonte: epicweb-dev/epic-stack.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/epicweb-dev/epic-stack --skill epic-testing Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/epicweb-dev/epic-stack