From ec8d7645d4f93e46377bf44e55648cc3fd00f1b8 Mon Sep 17 00:00:00 2001 From: Creatman Date: Thu, 30 Apr 2026 07:31:16 -0400 Subject: [PATCH] Add webtest-orch (Utils) 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b468020..1314492 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ - [POMWright](https://github.com/DyHex/POMWright) - TypeScript-based Page Object Model framework with automatic nested/chained locator generation. - [TestingBot](https://testingbot.com) - Connect your Playwright tests with browsers in the Cloud. - [Try Playwright](https://try.playwright.tech) - Interactive playground for running Playwright tests. +- [webtest-orch](https://github.com/CreatmanCEO/webtest-orch) - Claude Code skill for image-budget-safe end-to-end testing: LLM-driven exploration generates *.spec.ts on first run, deterministic replay afterward, with axe-core integration, bug fingerprinting, and run-diff (new / regression / persisting / fixed). ## Reporters