write-e2e-test

Create and verify Playwright MCP end-to-end tests for web application user flows.

46|3|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/bitovi/vybit --skill write-e2e-test-bitovi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-e2e-test
Source: https://github.com/bitovi/vybit/tree/main/.github/skills/write-e2e-test
Command: npx skills add https://github.com/bitovi/vybit --skill write-e2e-test-bitovi

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the creation, maintenance, and verification of end-to-end tests, ensuring web applications perform reliably across user workflows.

Core Features & Use Cases

  • Create E2E Tests: Generate comprehensive test scripts for new features using Playwright MCP.
  • Maintain Tests: Update existing tests to reflect code changes and ensure ongoing coverage.
  • Verify UI and Functionality: Run automated tests that check for visual correctness and correct behavior across varied scenarios.
  • Use Case: A QA engineer wants to quickly produce reliable E2E tests for a new login flow, capturing edge cases and visual states, then verify them before deployment.

Quick Start

Use the write-e2e-test skill to generate an end-to-end test script for a new checkout process in your web app.

Frequently Asked Questions about write-e2e-test

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

FAQPage Schema
How do I automate end-to-end testing for web application user flows?

Automate end-to-end testing by generating comprehensive Playwright test scripts that capture user flows, handle edge cases, and verify UI behavior for continuous integration workflows.

What is the best way to maintain E2E test coverage when application code changes?

Maintain E2E test coverage by updating existing Playwright test scripts to reflect code changes, ensuring ongoing functional reliability and visual correctness across varied user scenarios.

Can I use Playwright MCP to verify visual correctness and functionality in automated tests?

Yes, Playwright MCP supports running automated E2E tests that check for visual correctness and correct behavior, capturing visual states and edge cases before deployment.

Do I need Playwright MCP configuration and scripting knowledge to create E2E tests?

Yes, creating and verifying E2E tests requires Playwright MCP configuration and scripting knowledge to automate user flows and handle errors effectively.

How does automated E2E test generation handle error handling for new web features?

Automated E2E test generation handles errors by creating comprehensive Playwright scripts that capture edge cases and verify visual states, ensuring web applications perform reliably across workflows.