Skip to content

Add webtest-orch (Utils)#130

Closed
CreatmanCEO wants to merge 1 commit intomxschmitt:mainfrom
CreatmanCEO:add-webtest-orch
Closed

Add webtest-orch (Utils)#130
CreatmanCEO wants to merge 1 commit intomxschmitt:mainfrom
CreatmanCEO:add-webtest-orch

Conversation

@CreatmanCEO
Copy link
Copy Markdown

webtest-orch is a Claude Code skill for end-to-end web-app testing that respects Claude's inline-image budget — every browser operation runs inside a Task subagent, so screenshots never leak into the parent chat context.

Why it's distinct from the existing AI/skill entries on the list (playwright-best-practices-skill, playwright-skill):

  • Those are best-practice references / prompt collections.
  • webtest-orch is a full orchestration layer: probe → bootstrap → Playwright MCP exploration → spec generation → npx playwright test replay → fingerprint + diff → report. The image-budget invariant is the architectural anchor that makes long-running test sessions feasible.

One-line install: npx webtest-orch@beta install

Validated end-to-end on two production apps (Next.js portfolio + Supabase/FastAPI/WebSocket SaaS).

Stack: Playwright MCP + Playwright CLI + @axe-core/playwright + chrome-devtools-mcp.

License: MIT.

Added in alphabetical position under Utils (after "Try Playwright").

Claude Code skill for image-budget-safe e2e testing.
- npm: https://www.npmjs.com/package/webtest-orch
- One-line install: npx webtest-orch@beta install
@CreatmanCEO CreatmanCEO closed this by deleting the head repository May 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant