e2e

Automate end-to-end browser tests for software features using Playwright.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/TopengDev/pi-setup --skill e2e-topengdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e
Source: https://github.com/TopengDev/pi-setup/tree/main/skills/e2e
Command: npx skills add https://github.com/TopengDev/pi-setup --skill e2e-topengdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of running end-to-end tests for features, streamlining the testing workflow and ensuring that features work as expected before they are shipped.

Core Features & Use Cases

  • End-to-End Testing: Automates the testing of entire feature flows, from user interactions to backend API calls.
  • Browser Automation: Utilizes browser automation tools like Playwright for visual/interactive verification.
  • Use Case: When a user requests to test a new feature, this Skill can automatically run the necessary tests to verify the feature's functionality.

Quick Start

Run end-to-end tests for the feature 'user login' using the e2e skill.

Frequently Asked Questions about e2e

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 features?

Automate end-to-end testing by executing browser-based tests using Playwright, which verifies complex workflows and UI interactions to ensure features work before deployment.

Can I verify complex user workflows like a login feature with browser automation?

Yes, browser automation tests entire feature flows from user interactions to backend API calls, allowing you to verify complex workflows like user login functionality automatically.

How do I run Playwright tests to verify UI interactions before deployment?

Run Playwright tests by requesting the automation skill to test a specific feature, which executes browser-based tests to visually and interactively verify UI interactions before shipping.

Does this end-to-end testing approach require backend API verification?

End-to-end testing automates the testing of entire feature flows, which includes verifying both frontend user interactions and backend API calls to ensure complete feature functionality.

What is the best way to automate feature verification for web applications?

The best way to automate feature verification is using browser automation tools like Playwright to execute end-to-end tests, streamlining the testing workflow and confirming features work as expected.

When do I need end-to-end testing for my software features?

You need end-to-end testing when your web applications require thorough verification of complex workflows and UI interactions before deployment, ensuring new features work as expected before they are shipped.