web-testing

Run web application tests with Playwright, Vitest, and k6.

Updated Oct 14, 2025
One-click install
npx skills add https://github.com/kensleDev/dotfiles --skill web-testing-kensledev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-testing
Source: https://github.com/kensleDev/dotfiles/tree/main/claude/.claude/skills/web-testing
Command: npx skills add https://github.com/kensleDev/dotfiles --skill web-testing-kensledev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need for robust and comprehensive testing of web applications, ensuring quality across various testing methodologies and environments.

Core Features & Use Cases

  • Multi-faceted Testing: Supports unit, integration, E2E, load, security, visual, and accessibility testing.
  • Framework Integration: Leverages Playwright, Vitest, and k6 for diverse testing needs.
  • Use Case: Automate end-to-end user flows, validate API integrations, perform load testing before release, and ensure accessibility compliance for all users.

Quick Start

Run all unit tests using Vitest.

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 across multiple browsers?

Automate end-to-end web testing with Playwright by executing cross-browser validation and automated user flows. This Skill integrates Playwright to simulate user interactions, ensuring web applications function consistently across different environments.

Can I run unit and integration tests using Vitest for my web application?

Run unit and integration tests using Vitest to validate individual components and API integrations. This Skill leverages Vitest to execute automated test suites, ensuring robust code quality and functional correctness during development.

What's the best way to perform load testing before a web application release?

Perform load testing before release using k6 to analyze application performance under stress. This Skill integrates k6 to simulate concurrent users, measure response times, and identify performance bottlenecks in your web application.

Does this testing suite support accessibility testing for WCAG compliance?

Accessibility testing for WCAG compliance is fully supported to ensure adherence to standards. This Skill enables automated accessibility checks, validating that web applications are usable and compliant for all users.

How do I validate API integrations during end-to-end testing workflows?

Validate API integrations during end-to-end testing workflows by automating cross-browser user flows and network requests. This Skill orchestrates comprehensive test execution to ensure backend APIs function correctly with the frontend.

What types of web testing methodologies are supported by this comprehensive suite?

Supported web testing methodologies include unit, integration, end-to-end, load, security, visual, and accessibility testing. This comprehensive suite addresses diverse testing needs to ensure quality across various environments.