e2e-test

Execute Playwright end-to-end frontend tests and generate markdown reports with screenshots.

2|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/hideki5123/agent-skill-set --skill e2e-test-hideki5123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-test
Source: https://github.com/hideki5123/agent-skill-set/tree/main/e2e-test
Command: npx skills add https://github.com/hideki5123/agent-skill-set --skill e2e-test-hideki5123

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of running end-to-end tests for web applications, ensuring frontend functionality and user flows work as expected without manual intervention.

Core Features & Use Cases

  • Interactive Test Execution: Runs tests using Playwright, capturing screenshots at each step for visual verification.
  • Scenario-Driven Testing: Executes tests based on a provided scenario (e.g., in CSV format), detailing navigation, interactions, and expected outcomes.
  • Automated Reporting: Generates a detailed markdown report with screenshots and step-by-step results.
  • Use Case: You need to verify that a new user registration flow on your web app works correctly. You provide a scenario describing the steps (enter name, email, password, click submit) and the Skill executes it, providing visual proof of success or failure.

Quick Start

Use the e2e-test skill to run the E2E test scenario defined in 'test-scenarios/login.csv'.

Frequently Asked Questions about e2e-test

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

FAQPage Schema
How do I automate frontend E2E testing with Playwright?

Automate frontend E2E testing with Playwright by providing a scenario detailing navigation and interactions, which the Skill executes to validate UI flows and generate a test report. It handles browser setup, execution, and reporting automatically.

What is the best way to capture screenshots during UI test execution?

The best way to capture screenshots during UI test execution is using this Playwright automation Skill, which captures screenshots at each interaction step and embeds them into a comprehensive markdown test report for visual verification.

Can I run scenario-driven E2E tests from a CSV file?

Yes, you can run scenario-driven E2E tests from a CSV file. The Skill executes tests based on a provided scenario in CSV format, detailing navigation, interactions, and expected outcomes to validate application behavior.

How do I generate a test report with step-by-step results for web application flows?

Generate a test report with step-by-step results by executing Playwright browser automation against your defined scenarios. The Skill produces a detailed markdown report complete with screenshots and validation results for each interaction.

Do I need to manually configure browser automation tools for end-to-end testing?

No, you do not need to manually configure browser automation tools. The Skill handles the setup, execution, and reporting of Playwright browser-based tests automatically, allowing you to focus on defining the test scenarios.