e2e-runner

Generate, run, and maintain Playwright end-to-end tests across browsers.

Updated Jan 7, 2026
One-click install
npx skills add https://github.com/aimskr/aims-claude-toolkit --skill e2e-runner-aimskr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-runner
Source: https://github.com/aimskr/aims-claude-toolkit/tree/main/skills/e2e-runner
Command: npx skills add https://github.com/aimskr/aims-claude-toolkit --skill e2e-runner-aimskr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

End-to-end testing workflows are often tedious, brittle, and hard to maintain; this skill automates the creation, execution, and upkeep of Playwright-based tests to streamline QA.

Core Features & Use Cases

  • Generate tests from user scenarios and translate them into Playwright test suites.
  • Execute tests across multiple browsers and report results, including flaky test diagnosis.
  • Maintain test quality with automated updates and integration with documentation workflows.

Quick Start

Use the e2e-runner skill to generate, execute, and analyze Playwright-based end-to-end tests for your web app.

Frequently Asked Questions about e2e-runner

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

FAQPage Schema
How do I automate Playwright end-to-end tests from user scenarios?

Use this skill to translate user scenarios into structured Playwright test suites, generating and executing end-to-end tests to validate web application features across browsers.

What is the best way to debug flaky tests in a Playwright test suite?

Debugging flaky tests involves executing the Playwright suite to diagnose inconsistent failures, identifying race conditions or timing issues, and maintaining test quality with automated updates to stabilize results.

Can I run cross-browser e2e testing for web applications without manual configuration?

Yes, cross-browser e2e testing can be executed automatically across multiple browsers, reporting results and generating logs to validate web application behavior without requiring manual browser setup for each run.

How do I maintain test suite quality when updating web application features?

Maintain test suite quality during feature updates by automating Playwright test generation and applying automated updates, integrating results with documentation workflows to keep tests aligned with application changes.

Does e2e-runner support generating tests from plain text scenarios?

e2e-runner supports generating Playwright tests by translating user scenarios into executable test suites, bridging plain text requirements to automated browser-based feature testing.