webapp-testing

Run Playwright automated UI tests on local web applications.

14|4|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/pacphi/sindri --skill webapp-testing-pacphi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webapp-testing
Source: https://github.com/pacphi/sindri/tree/main/docker/lib/extensions/vf-webapp-testing/resources
Command: npx skills add https://github.com/pacphi/sindri --skill webapp-testing-pacphi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a Playwright-powered toolkit to test local web applications, capture visual feedback, and validate frontend behavior without manual interaction.

Core Features & Use Cases

  • Playwright-based automated UI tests for local apps
  • Capture browser screenshots and logs to aid debugging
  • Manage local dev servers with a simple script to orchestrate multi-server setups

Quick Start

Example: Start server and run tests in one command: python scripts/with_server.py --server 'npm run dev' --port 5173 -- python tests/run_tests.py