vc-web-testing

Automate web testing with Playwright, Vitest, and k6.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/tutran27/trust-room-AI --skill vc-web-testing-tutran27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc-web-testing
Source: https://github.com/tutran27/trust-room-AI/tree/main/.agents/skills/vc-web-testing
Command: npx skills add https://github.com/tutran27/trust-room-AI --skill vc-web-testing-tutran27

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates web testing, including unit, integration, E2E, load, security, visual regression, and accessibility testing, streamlining the testing process and reducing manual effort.

Core Features & Use Cases

  • Comprehensive Testing: Unit, integration, E2E, load, security, visual regression, accessibility testing.
  • Testing Strategies: Supports various testing pyramid strategies like Pyramid, Trophy, and Honeycomb.
  • Reference Documentation: Detailed guides on test infrastructure, cross-browser, mobile, performance, and security testing.
  • Script Execution: Automates tasks with scripts and integrates with CI/CD pipelines.
  • Use Case: Ideal for teams that need to automate and streamline their web testing process, ensuring quality and consistency across different devices and browsers.

Quick Start

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

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 web testing with Playwright, Vitest, and k6?

Automate web testing by configuring Playwright for E2E, Vitest for unit tests, and k6 for load tests. This Skill orchestrates these frameworks to execute scripts, parse test results, and generate comprehensive reports.

What testing pyramid strategies are supported for web test automation?

Supported web test automation strategies include the Testing Pyramid, Testing Trophy, and Testing Honeycomb. These strategies help balance unit, integration, E2E, load, security, visual regression, and accessibility testing across your project.

Can I use this Skill for cross-browser and mobile web testing?

Yes, this Skill supports cross-browser and mobile web testing. It includes detailed reference documentation for test infrastructure, ensuring quality and consistency across different devices and browsers using Playwright.

How do I run unit tests using Vitest for web testing automation?

Run unit tests using Vitest by executing the `npx vitest run` command. This Skill integrates Vitest to handle unit testing within a comprehensive web testing automation pipeline.

Does this Skill support security and accessibility testing for web applications?

Yes, this Skill automates security and accessibility testing for web applications. It provides reference documentation and scripts to integrate these tests into your CI/CD pipelines alongside load and visual regression testing.

What are the limitations of automating web testing with this Playwright, Vitest, and k6 setup?

This web testing automation setup requires Playwright, Vitest, and k6 to be properly installed to parse results and generate reports. You must manage these dependencies and configure the CI/CD pipeline integration manually.