feat(web-test): embed browser automation engine into skill

Move browser.mjs, dom.mjs, run.mjs from external 1c-web-client-mcp
project into .claude/skills/web-test/scripts/. Now the skill is
self-contained — copy .claude/skills/ + npm install is all that's
needed.

- Add scripts/package.json with playwright dependency
- Update SKILL.md with relative runner path and setup section
- Add node_modules/ and .browser-session.json to .gitignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Nick Shirokov
2026-02-27 12:15:35 +03:00
parent ba963739d8
commit c8f58b5461
7 changed files with 3285 additions and 11 deletions
+4
View File
@@ -18,3 +18,7 @@ tools/
# Локальный реестр баз данных 1С
.v8-project.json
# web-test: Node.js зависимости и runtime
.claude/skills/web-test/scripts/node_modules/
.claude/skills/web-test/.browser-session.json