web-testing

Define AI-guided web testing rules for unit, API, performance, and accessibility tests.

3|Updated Sep 27, 2025
One-click install
npx skills add https://github.com/Sheldon-92/TAD --skill web-testing-sheldon-92
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-testing
Source: https://github.com/Sheldon-92/TAD/tree/main/.agents/skills/web-testing
Command: npx skills add https://github.com/Sheldon-92/TAD --skill web-testing-sheldon-92

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Web testing governance for AI agents, providing structured rules to design, validate, and execute tests across web apps, reducing drift and improving coverage.

Core Features & Use Cases

  • Unit testing guidance (Vitest Browser Mode) for real browser rendering
  • API testing guidelines (Pact/OpenAPI), contract validation, and consumer-driven tests
  • Performance and accessibility auditing (Core Web Vitals, k6, axe-core, Pa11y)
  • Human-AI pairing workflow (4D Protocol) to pair tests with human judgment
  • Test strategy design and CI/CD gating (testing pyramid, sharding, mutation testing, risk-based levels)

Quick Start

Instruct your AI agent to load the web-testing rules and apply them to the project’s test suite.

Frequently Asked Questions about web-testing

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

FAQPage Schema
How do I set up AI-guided web testing rules for my project?

AI-guided web testing rules are applied by instructing your AI agent to load the web-testing governance framework, which then structures test design and execution across unit, API, performance, and accessibility layers to reduce drift and improve coverage.

What is the best way to integrate Vitest Browser Mode and Playwright for real-world app testing?

Integrating Vitest Browser Mode and Playwright involves applying structured testing rules that target real browser rendering and network mocking, ensuring reliable QA execution across real-world web applications without drift.

Can I use axe-core and Pa11y for automated accessibility auditing in my CI pipeline?

Yes, you can use axe-core and Pa11y for automated accessibility auditing by applying rule-based web testing governance that enforces Core Web Vitals checks and accessibility validation directly within your CI pipeline.

How do I enforce per-module coverage thresholds and mutation testing in web testing?

Enforcing per-module coverage thresholds and mutation testing requires applying governance gates like fastest-fail CI and risk-based testing levels, which structure test quality validation and prevent code drift across modules.

Does this web testing approach support API contract validation with Pact and OpenAPI?

Yes, this web testing approach supports API contract validation by providing structured guidelines for consumer-driven contract testing using Pact and OpenAPI specifications to ensure API reliability.

What is the 4D Protocol for human-AI paired testing workflows?

The 4D Protocol is a human-AI pairing workflow framework that combines AI-guided test generation with human judgment, establishing structured rules to design and validate tests across complex web application testing scenarios.