ck:web-testing

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/droppii/droppii-agents --skill ck-web-testing-droppii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:web-testing
Source: https://github.com/droppii/droppii-agents/tree/main/cursor/skills/web-testing
Command: npx skills add https://github.com/droppii/droppii-agents --skill ck-web-testing-droppii

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Web testing across unit, integration, E2E, load, security, visual regression, and accessibility is unified to reduce flaky tests and accelerate CI validation.

Core Features & Use Cases

  • Comprehensive testing coverage: unit, integration, E2E, load, security, visual regression, and accessibility testing with Vitest, Playwright, and k6.
  • Cross-browser & CI-ready: supports multiple browsers and integration into CI pipelines for consistent reliability.
  • Real-world scenarios: use cases include authentication flows, form validation, performance checks, and accessibility audits.

Quick Start

Run unit tests with Vitest, E2E tests with Playwright, and performance tests with k6.

Frequently Asked Questions about ck:web-testing

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

FAQPage Schema
How do I unify Vitest and Playwright testing workflows to stabilize flaky tests in modern SPAs?

Unifying Vitest and Playwright testing workflows stabilizes flaky tests by covering unit, integration, and E2E testing across modern SPAs. This integrated testing pattern validates reliability and cross-browser consistency within CI pipelines.

What is the best way to run performance and load testing for web applications using k6?

Running performance and load testing with k6 validates web application reliability under stress. This Skill applies k6 to execute performance checks and accelerate CI validation for both multi-page apps and modern SPAs.

Does this web testing approach support visual regression and accessibility audits in CI pipelines?

Yes, this web testing approach supports visual regression and accessibility audits directly within CI pipelines. It automates these comprehensive checks alongside E2E testing to ensure consistent cross-browser reliability.

Can I automate E2E testing for authentication flows and form validation across multiple browsers?

You can automate E2E testing for authentication flows and form validation across multiple browsers using Playwright. This cross-browser support ensures consistent reliability for real-world scenarios in modern web applications.

Why do I need separate tools like Vitest, Playwright, and k6 instead of one framework for web testing?

Separate tools like Vitest, Playwright, and k6 are needed because web testing spans unit, E2E, and load testing. Each tool targets specific validation layers, combining to reduce flaky tests and accelerate CI validation.

What are the limitations of automating visual regression and security testing for multi-page apps?

Limitations of automating visual regression and security testing for multi-page apps involve maintaining consistent cross-browser environments and stabilizing flaky tests. Integrated testing patterns and reference workflows help mitigate these CI pipeline challenges.