·e2e-tester
*

e2e-tester

sebastiaanwouters/dotagents

Explores UI via agent-browser, generates CI-ready tests (Playwright or Pest). Triggers on "e2e test", "write e2e tests", "test the UI", "/e2e-tester".

6Installs·0Trend·@sebastiaanwouters

Installation

$npx skills add https://github.com/sebastiaanwouters/dotagents --skill e2e-tester

SKILL.md

Two-phase workflow: explore interactively via agent-browser, then generate CI-ready test code.

Runtime: agent-browser CLI (exploration) Output: Playwright Test files (JS/TS) or Pest Browser tests (Laravel/PHP) Constraint: Never commit @ref selectors—exploration-only

| Navigate | agent-browser open | | Inspect | agent-browser snapshot -i | | Click | agent-browser click @e1 | | Fill | agent-browser fill @e1 "text" | | Screenshot | agent-browser screenshot | | Wait | agent-browser wait --text "Done" | | Check state | agent-browser is visible @e1 |

Explores UI via agent-browser, generates CI-ready tests (Playwright or Pest). Triggers on "e2e test", "write e2e tests", "test the UI", "/e2e-tester". Source: sebastiaanwouters/dotagents.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/sebastiaanwouters/dotagents --skill e2e-tester
Category
*Creative Media
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is e2e-tester?

Explores UI via agent-browser, generates CI-ready tests (Playwright or Pest). Triggers on "e2e test", "write e2e tests", "test the UI", "/e2e-tester". Source: sebastiaanwouters/dotagents.

How do I install e2e-tester?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sebastiaanwouters/dotagents --skill e2e-tester Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/sebastiaanwouters/dotagents