What problem does it solve?
This Skill removes the guesswork of triggering end-to-end (E2E) test runs by letting you start CI workflows for the right branch and the right test case, with sensible defaults for experimental coverage.
Core Features & Use Cases
- Branch-aware CI targeting: Automatically passes the current non-main branch name to ensure the CI run tests the correct code line.
- Context-aware test selection: Filters to a specific e2e case when you provide a bare argument or when the conversation mentions a related Playwright test case file.
- Experimental test control: Includes
--experimental by default and supports excluding them via --no-experimental.
- Operational CI execution options: Supports the
--xcode runner, detach mode via --detach, and reporting a resolved configuration before dispatch.
Quick Start
Run end-to-end tests for the hello-world case on your current branch (including experimental tests) by asking your assistant: /e2e hello-world.