vcweb-testing

Solid

Web testing with Playwright, Vitest, k6. E2E/unit/integration/load/security/visual/a11y testing. Use for test automation, flakiness, Core Web Vitals, mobile gestures, cross-browser.

AI & Automation 852 stars 197 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
98
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Web Testing Skill Comprehensive web testing: unit, integration, E2E, load, security, visual regression, accessibility. ## Quick Start ```bash npx vitest run # Unit tests npx playwright test # E2E tests npx playwright test --ui # E2E with UI k6 run load-test.js # Load tests npx @axe-core/cli https://example.com # Accessibility npx lighthouse https://example.com # Performance ``` ## Testing Strategy (Choose Your Model) | Model | Structure | Best For | |-------|-----------|----------| | Pyramid | Unit 70% > Integration 20% > E2E 10% | Monoliths | | Trophy | Integration-heavy | Modern SPAs | | Honeycomb | Contract-centric | Microservices | → `./references/testing-pyramid-strategy.md` ## Reference Documentation ### Core Testing - `./references/unit-integration-testing.md` - Vitest, browser mode, AAA - `./references/e2e-testing-playwright.md` - Fixtures, sharding, selectors - `./references/playwright-component-testing.md` - CT patterns (production-ready) - `./references/component-testing.md` - React/Vue/Angular patterns ### Test Infrastructure - `./references/test-data-management.md` - Factories, fixtures, seeding - `./references/database-testing.md` - Testcontainers, transactions - `./references/ci-cd-testing-workflows.md` - GitHub Actions, sharding - `./references/contract-testing.md` - Pact, MSW patterns ### Cross-Browser & Mobile - `./references/cross-browser-checklist.md` - Browser/device matrix - `./refe...

Details

Author
withkynam
Repository
withkynam/vibecode-pro-max-kit
Created
2 weeks ago
Last Updated
1 weeks ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category