e2e

Run Playwright end-to-end tests by file or grep pattern.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Playwright E2E testing across large projects can be verbose and hard to coordinate; this Skill provides a streamlined runner with sane defaults to simplify execution.

Core Features & Use Cases

  • Run all tests by default, or target specific files, or filter with a grep pattern.
  • Supports local development and CI workflows with deterministic results and stable reporting.
  • Example: quickly verify a subset of end-to-end flows after a code change.

Quick Start

Run all E2E tests with Playwright by executing the standard test command in your project root.

Frequently Asked Questions about e2e

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

FAQPage Schema
How do I run Playwright E2E tests for a specific file or pattern?

You can run Playwright E2E tests by targeting specific files or filtering with a grep pattern. This allows you to execute only the tests matching your pattern across the codebase.

What is the best way to execute Playwright end-to-end tests in CI?

The best way to execute Playwright end-to-end tests in CI is using a runner with smart defaults. It orchestrates test discovery and execution to provide deterministic results and stable reporting.

Can I run a subset of end-to-end flows after a code change?

Yes, you can run a subset of end-to-end flows after a code change. The runner supports filtering tests by specific files or grep patterns to quickly verify targeted changes.

Does this Playwright test runner require complex configuration to start?

No, this Playwright test runner does not require complex configuration. It provides streamlined execution with sane defaults, simplifying test coordination across large projects.

How does this tool handle test discovery for E2E automation?

It handles test discovery for E2E automation by using Bash, Read, Glob, and Grep tools. These orchestrate the discovery and execution of Playwright tests across your local or CI environment.

Why use a streamlined runner for Playwright E2E testing?

A streamlined runner for Playwright E2E testing solves the problem of verbose and hard-to-coordinate test execution. It provides smart defaults to simplify running tests across large projects.