webapp-tester

Generates Playwright test scripts, accessibility checks, and performance guidance for web pages.

5|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/47network/Sven --skill webapp-tester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webapp-tester
Source: https://github.com/47network/Sven/tree/main/skills/security/webapp-tester
Command: npx skills add https://github.com/47network/Sven --skill webapp-tester

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Web teams spend excessive time creating and maintaining web tests and accessibility checks. This skill automates the generation of Playwright test scripts, accessibility scans, and performance guidance for a web page.

Core Features & Use Cases

  • Generate Playwright test scripts (with optional Cypress mode) and ensure consistent test coverage.
  • Run automated accessibility checks and generate audit recommendations.
  • Provide performance-related recommendations and release-readiness guidance for web pages.

Quick Start

Provide a URL and optional interactions to generate Playwright tests, accessibility checks, and performance guidance.

Frequently Asked Questions about webapp-tester

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

FAQPage Schema
How do I generate Playwright test scripts for a web page?

You can generate Playwright test scripts by providing a target URL and optional page interactions. The skill automates test creation to ensure consistent coverage, supporting actions like generate_tests and smoke_test for web page verification.

Can I run automated accessibility checks on a web page?

Yes, you can run automated accessibility checks by providing a web page URL. The skill performs an accessibility audit and generates actionable recommendations to help your web pages meet compliance standards.

Does this tool provide performance guidance for web pages?

Yes, the tool provides a performance checklist and release-readiness guidance for web pages. It uses the performance_checklist action to help developers identify and address performance bottlenecks during QA workflows.

What inputs do I need to perform a web page smoke test?

To perform a web page smoke test, you need to provide a URL and an optional page description. You can also specify interactions and a framework to tailor the automated verification process to your specific development environment.

Can I use this skill to generate Cypress test scripts instead of Playwright?

Yes, the skill supports an optional Cypress mode when generating test scripts. This allows teams already using Cypress to automate web page verification and maintain consistent test artifacts within their existing framework.

What is the best way to automate web testing and audits for pages?

Automating web testing and audits is best handled by providing a URL with optional interactions to generate Playwright tests, run accessibility checks, and receive performance guidance. This consolidates QA workflows into consistent test artifacts.