What problem does it solve?
This Skill automates web testing across various dimensions, saving time and ensuring the quality of web applications.
Core Features & Use Cases
- End-to-End (E2E) Testing: Execute comprehensive tests that simulate real user interactions across different browsers.
- Unit Testing: Validate individual components of your application for functionality and reliability.
- Load Testing: Assess the performance of your application under heavy traffic conditions.
- Use Case: Use this Skill to run a suite of tests on a web application to ensure that all features are working as expected, especially under load.
Quick Start
Run the following commands to execute a full suite of tests for your web application:
npx vitest run # Run unit tests
npx playwright test # Run E2E tests
k6 run load-test.js # Run load tests
npx @axe-core/cli https://example.com # Run accessibility tests
npx lighthouse https://example.com # Run performance tests