ck:web-testing

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

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/haidonglethqb/CloudSchool --skill ck-web-testing-haidonglethqb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:web-testing
Source: https://github.com/haidonglethqb/CloudSchool/tree/main/.qwen/skills/web-testing
Command: npx skills add https://github.com/haidonglethqb/CloudSchool --skill ck-web-testing-haidonglethqb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Web testing often requires coordinating multiple frameworks, environments, and test stubs; this Skill consolidates unit, integration, E2E, load, security, visual regression, and accessibility testing into a single, reusable unit.

Core Features & Use Cases

  • Unified testing across unit, integration, E2E, load, security, visual regression, and accessibility checks for modern web apps.
  • Practical guidance and references that map to the Testing Pyramid, cross-browser strategies, and accessibility best practices.
  • Reusable workflows and commands provided in SKILL.md, with on-demand resources in scripts/ and references/ to extend capabilities.

Quick Start

Install and run the included test suites by following the standard workflow: run the unit tests, run the E2E tests, and execute load and accessibility checks as part of your CI pipeline.

Frequently Asked Questions about ck: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 across multiple browsers in a CI/CD pipeline?

End-to-end web testing across multiple browsers in a CI/CD pipeline is automated by coordinating unit, integration, E2E, load, and accessibility checks into a single reusable workflow.

What is the best way to consolidate unit, integration, and visual regression testing for modern web applications?

Consolidating unit, integration, and visual regression testing for modern web applications is achieved by unifying multiple test stubs and frameworks into a single, reusable component following the Testing Pyramid.

Does this web testing approach support load, security, and accessibility checks together?

Yes, this web testing approach supports load, security, and accessibility checks together, applying practical guidance and cross-browser strategies to ensure reliable test automation.

How do I run E2E tests and execute load checks as part of my standard CI workflow?

To run E2E tests and execute load checks in CI, follow the standard workflow provided in the entry point to run unit tests, E2E tests, and accessibility checks sequentially.

Can I use Playwright, Vitest, and k6 for cross-browser test automation without managing multiple frameworks?

Using Playwright, Vitest, and k6 for cross-browser test automation is simplified by consolidating their test stubs and environments into a single unit, eliminating the need to manage multiple frameworks separately.

When do I need unified test automation instead of isolated testing frameworks?

Unified test automation is needed instead of isolated testing frameworks when coordinating multiple environments and test stubs for unit, integration, E2E, load, security, visual, and accessibility checks becomes complex.