Files
cc-1c-skills/tests/skills/cases/form-compile-from-object/_skill.json
T
Nick Shirokov a41897a966 test(form-compile): regression tests for --from-object mode
4 snapshot tests: catalog item/list (Валюты-like) + document item/list
(АктВВР-like). Verified against platform 1C 8.3.24. Register
form-compile-from-object in verify-snapshots DEFAULT_SKILLS.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 18:40:12 +03:00

14 lines
409 B
JSON

{
"script": "form-compile/scripts/form-compile",
"setup": "empty-config",
"args": [
{ "flag": "-FromObject", "from": "switch" },
{ "flag": "-OutputPath", "from": "workPath", "field": "outputPath" }
],
"snapshot": {
"root": "workDir",
"normalizeUuids": true
},
"postValidate": { "script": "form-validate/scripts/form-validate", "flag": "-FormPath", "pathFrom": "validatePath" }
}