mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-11 16:34:57 +03:00
a41897a966
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>
14 lines
409 B
JSON
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" }
|
|
}
|