chore(web-test): add source header comments to all scripts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Nick Shirokov
2026-02-28 19:32:39 +03:00
parent 1e5c42fa56
commit e6da514b67
3 changed files with 6 additions and 0 deletions
@@ -1,3 +1,5 @@
// web-test browser v1.0 — Playwright browser management for 1C web client
// Source: https://github.com/Nikolay-Shirokov/cc-1c-skills
/**
* Playwright browser management for 1C web client.
*
+2
View File
@@ -1,3 +1,5 @@
// web-test dom v1.0 — DOM selectors and semantic mapping for 1C web client
// Source: https://github.com/Nikolay-Shirokov/cc-1c-skills
/**
* DOM selectors and semantic mapping for 1C:Enterprise web client.
*
+2
View File
@@ -1,4 +1,6 @@
#!/usr/bin/env node
// web-test run v1.0 — CLI runner for 1C web client automation
// Source: https://github.com/Nikolay-Shirokov/cc-1c-skills
/**
* CLI runner for 1C web client automation.
*