fix(web-test): improve modal detection, surface retry, search regex

- detectFormScript: lower modal threshold from >=2 to >=1 visible elements
- clickElement: force:true on third retry when surface overlay persists
- filterList/unfilterList: add SearchString pattern for selection forms
- fillTableRow: wrap body in try/catch for structured error returns
- SKILL.md: add keyboard shortcuts reference (F8, Shift+F4, F4, Alt+F)
- gitignore: exclude *.png screenshot artifacts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Nick Shirokov
2026-02-27 18:31:57 +03:00
co-authored by Claude Opus 4.6
parent c8f58b5461
commit 68e346d645
4 changed files with 33 additions and 6 deletions
+4 -1
View File
@@ -19,6 +19,9 @@ tools/
# Локальный реестр баз данных 1С
.v8-project.json
# web-test: Node.js зависимости и runtime
# web-test: Node.js зависимости и runtime-артефакты
.claude/skills/web-test/scripts/node_modules/
.claude/skills/web-test/.browser-session.json
# Скриншоты (артефакты тестирования web-test)
*.png