test

Automate end-to-end verification of deployed web apps with Playwright.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/schuettc/website-deployment-plugin --skill test-schuettc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/schuettc/website-deployment-plugin/tree/main/plugin/skills/test
Command: npx skills add https://github.com/schuettc/website-deployment-plugin --skill test-schuettc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end testing of deployed web applications to catch regressions before users experience issues. This skill uses the Playwright MCP server to automate a real browser, validating that deployments behave as intended after changes.

Core Features & Use Cases

  • End-to-end validation across frontend, API, auth, and data layers after deployment.
  • Plan, execute, and report on test scenarios automatically to verify deployment success.
  • Useful for post-deployment checks, regression testing, and readiness verification before public exposure.

Quick Start

Run a deployment test with Playwright to immediately verify your app in a test environment.

Frequently Asked Questions about test

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

FAQPage Schema
How do I automate end-to-end testing for deployed web apps?

Automate end-to-end testing for deployed web apps by using Playwright to simulate real user interactions. This validates frontend, API, authentication, and data layers to catch regressions after deployment.

Can I run Playwright tests automatically after a deployment?

Yes, you can run Playwright tests automatically after a deployment to validate application behavior. The skill plans and executes test scenarios across web app layers to verify post-deployment success and generate a report.

Do I need the Playwright MCP server to verify deployments?

Yes, you need the Playwright MCP server to verify deployments. It is required to automate the real browser interactions that simulate user traffic and validate the frontend, API, and data layers.

What's the best way to check for regressions in a web app before users see them?

The best way to check for regressions before users see them is post-deployment validation using automated browser testing. Simulating real user interactions across app layers catches issues before public exposure.

Does end-to-end deployment verification cover API and authentication layers?

Yes, end-to-end deployment verification covers API and authentication layers. It validates frontend, API, auth, and data layers comprehensively to ensure the entire deployed application behaves as intended.

What limitations exist when using browser automation for post-deployment checks?

Limitations of using browser automation for post-deployment checks include requiring access to deployed URLs and a configured Playwright MCP server. Tests validate behavior post-deployment rather than catching build-time compilation errors.