vc-web-testing

Automate web application testing with Playwright, Vitest, and k6.

1|Updated Jun 27, 2026
One-click install
npx skills add https://github.com/lovecrushfamily/Manga2Anime --skill vc-web-testing-lovecrushfamily
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc-web-testing
Source: https://github.com/lovecrushfamily/Manga2Anime/tree/main/.claude/skills/vc-web-testing
Command: npx skills add https://github.com/lovecrushfamily/Manga2Anime --skill vc-web-testing-lovecrushfamily

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, vitest, k6, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of web testing, covering various testing types such as unit, integration, E2E, load, security, visual, and accessibility testing, enabling you to automate test automation, reduce flakiness, and ensure Core Web Vitals performance.

Core Features & Use Cases

  • Comprehensive Testing: Covers all major web testing types, including unit, integration, E2E, load, security, visual, and accessibility.
  • Frameworks Integration: Supports popular testing frameworks like Playwright, Vitest, and k6.
  • Layered Testing: Provides helper layer for easier testing automation.
  • Use Case: Automate end-to-end testing for your web application to ensure functionality, performance, and security across different browsers and devices.

Quick Start

Run the following command to execute unit tests using Vitest: npx vitest run

Frequently Asked Questions about vc-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 different browsers and devices?

Automate end-to-end web testing by integrating frameworks like Playwright to execute browser actions and verify functionality across multiple devices. This approach ensures comprehensive test coverage and reduces manual validation effort.

What is the best way to run unit and integration tests for web applications?

Run unit and integration tests using Vitest to validate individual components and modules. Executing the command npx vitest run automates the test suite, providing fast feedback on code correctness and integration logic.

Does this web testing approach support load and performance testing?

This web testing approach supports load and performance testing using k6 to simulate user traffic. It helps measure Core Web Vitals, assess application responsiveness under stress, and ensure performance stability.

Can I use these testing frameworks in a CI/CD pipeline?

You can use these testing frameworks in a CI/CD pipeline to automate test execution during deployment. Integrating Vitest, Playwright, and k6 ensures continuous validation of functionality, performance, and security.

Why do I need multiple frameworks like Playwright, Vitest, and k6 for web testing?

Multiple frameworks are needed because Playwright handles E2E testing, Vitest manages unit tests, and k6 executes load testing. Combining them provides layered testing automation, covering security, accessibility, and performance comprehensively.

How do I reduce test flakiness when automating E2E web tests?

Reduce test flakiness in E2E web tests by utilizing a helper layer for easier testing automation and structuring tests with Playwright. This streamlines execution and stabilizes assertions across different browser environments.