e2e

Generate Playwright E2E tests and documentation through guided browser interactions.

11|1|Updated Aug 6, 2025
One-click install
npx skills add https://github.com/thkt/dotclaude --skill e2e-thkt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e
Source: https://github.com/thkt/dotclaude/tree/main/.ja/skills/e2e
Command: npx skills add https://github.com/thkt/dotclaude --skill e2e-thkt

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the generation of End-to-End (E2E) tests and documentation by guiding browser interactions, simplifying the creation of robust browser and Playwright tests.

Core Features & Use Cases

  • Guided Browser Interaction: Perform actions like opening URLs, clicking elements, filling forms, and typing text through interactive prompts.
  • Test Generation: Automatically creates Playwright test files (.spec.ts) and corresponding documentation (README.md).
  • Use Case: When developing a new feature, use this Skill to record the user flow, automatically generating a Playwright test to ensure the feature works as expected and creating documentation for it.

Quick Start

Use the e2e skill to generate a Playwright test named 'user login flow'.

Frequently Asked Questions about e2e

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

FAQPage Schema
How do I generate Playwright tests by recording browser interactions?

You can generate Playwright tests by using guided browser interaction to perform actions like opening URLs, clicking elements, and filling forms, which automatically creates .spec.ts test files.

Can I use browser automation to create E2E test suites and documentation simultaneously?

Yes, browser automation can generate E2E test suites and documentation simultaneously by recording user flows to automatically output Playwright test scripts and corresponding README.md files.

Do I need Playwright to generate automated browser tests through guided interactions?

Yes, you need Playwright for test script generation and an agent-browser tool for browser automation to successfully generate automated browser tests through guided interactions.

What's the best way to automate E2E test generation for new web features?

The best way to automate E2E test generation for new features is to record the user flow through guided browser interactions, which automatically creates robust Playwright tests to ensure the feature works as expected.

Does guided browser interaction support filling forms and typing text for test generation?

Yes, guided browser interaction supports filling forms and typing text through interactive prompts, capturing these actions to automatically generate corresponding Playwright test scripts.

Why use browser automation for E2E test generation instead of writing Playwright scripts manually?

Using browser automation for E2E test generation simplifies creating robust Playwright tests by automatically recording user flows and generating test scripts, reducing manual coding effort and ensuring accurate test reproduction.