testing-quality-gates

Installation
SKILL.md

Testing & Quality Gates Skill

Test Execution Commands

Unit Tests (Vitest)

npm test                                      # Run all unit tests
npm test -- --watch                           # TDD mode (watch for changes)
npm test -- global-chat-button.test.tsx      # Run specific test file
npm run test:ui                              # Visual test UI
```typescript

### E2E Tests (Playwright)
Installs
3
GitHub Stars
1
First Seen
Feb 28, 2026
testing-quality-gates — omerakben/omer-akben