← ClaudeAtlas

muggle-test-feature-locallisted

Run a real-browser end-to-end (E2E) acceptance test against localhost to verify a feature works correctly — signup flows, checkout, form validation, UI interactions, or any user-facing behavior. Launches a browser that executes test steps and captures screenshots. Use this skill whenever the user asks to test, validate, or verify their web app, UI changes, user flows, or frontend behavior on localhost or a dev server — even if they don't mention 'muggle' or 'E2E' explicitly.
multiplex-ai/muggle-ai-works · ★ 16 · Testing & QA · score 63
Install: claude install-skill multiplex-ai/muggle-ai-works
# Muggle Test Feature Local > Telemetry first step: see [`_shared/telemetry-emit.md`](../_shared/telemetry-emit.md). Use `skillName: "muggle-test-feature-local"`. **Goal:** Run or generate an end-to-end test against a **local URL** using Muggle Test's Electron browser. | Scope | MCP tools | | :---- | :-------- | | Cloud (projects, cases, scripts, auth) | `muggle-remote-*` | | Local (Electron run, results — the studio publishes during the run) | `muggle-local-*` | | Create new entities (preview / create) | `muggle-remote-project-create`, `muggle-remote-use-case-prompt-preview`, `muggle-remote-use-case-create-from-prompts`, `muggle-remote-test-case-generate-from-prompt`, `muggle-remote-test-case-create` | The local URL only changes where the browser opens; it does not change the remote project or test definitions. ## Branch hygiene Three gates apply, each per the standard procedure in [`preference-gates/README.md`](../muggle-preferences/preference-gates/README.md): - `autoUseWorktree` at pre-flight (see [`_shared/use-worktrees.md`](../_shared/use-worktrees.md)). - `autoRebase` before Step 7 (Execute) when `behind > 0` (see [`_shared/rebase-before-e2e.md`](../_shared/rebase-before-e2e.md)). - `autoCleanup` after the PR is merged (see [`_shared/post-merge-cleanup.md`](../_shared/post-merge-cleanup.md)). ## Local environment prerequisites Before any workflow step, invoke [`muggle-test-prepare`](../muggle-test-prepare/SKILL.md). Halt on what it surfaces. ## UX Guidelines