web-testing

Automate web testing across unit, integration, E2E, load, security, visual, and accessibility checks.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Khoatran1999/aquarium-commerce --skill web-testing-khoatran1999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-testing
Source: https://github.com/Khoatran1999/aquarium-commerce/tree/main/.claude/skills/web-testing
Command: npx skills add https://github.com/Khoatran1999/aquarium-commerce --skill web-testing-khoatran1999

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Web testing across unit, integration, E2E, load, security, visual regression, and accessibility to ensure robust, flaky-free web applications.

Core Features & Use Cases

  • Comprehensive test coverage across unit, integration, E2E, load, security, visual regression, and accessibility testing for modern web apps.
  • Supports Playwright, Vitest, and k6 pipelines to validate performance, accessibility, and UI behavior across browsers.
  • Use Case: QA engineers or developers can automate test suites to catch regressions early and accelerate release cycles.

Quick Start

Run unit tests with Vitest, end-to-end tests with Playwright, and load tests with k6 to validate your web app.

Frequently Asked Questions about web-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-to-end web testing with Playwright?

Run unit tests with Vitest to validate individual components and functions. This Skill applies Vitest pipelines to execute unit and integration tests, ensuring robust logic before deployment.

Can I run load testing and performance auditing with k6?

Mitigate test flakiness by integrating test pyramids and CI/CD pipelines using Vitest and Playwright. This Skill applies structured test automation to reduce intermittent failures and ensure reliable UIs.

What is visual regression testing and how does it check UIs?

Run accessibility checks using Axe and Lighthouse to audit web apps for compliance. This Skill integrates accessibility testing into your pipelines to validate UI behavior and ensure robust web applications.

Does this web-testing approach work with CI/CD pipelines?

This web-testing approach works with CI/CD pipelines by integrating Vitest, Playwright, and k6 test suites. It automates comprehensive test coverage across unit, E2E, load, and security testing to accelerate release cycles.