mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-06-15 18:34:57 +03:00
347722ef0d
- cf-init: 3 cases (basic, with-vendor, error-already-exists) - runner: args_extra for optional CLI params per case - runner: params.field takes priority over caseData.field in case.<field> mapping Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
10 lines
331 B
JSON
10 lines
331 B
JSON
{
|
|
"name": "Конфигурация с поставщиком и версией",
|
|
"params": { "name": "Бухгалтерия" },
|
|
"args_extra": ["-Vendor", "Тест", "-Version", "2.0.1"],
|
|
"expect": {
|
|
"files": ["Configuration.xml", "Languages/Русский.xml"],
|
|
"stdoutContains": "Бухгалтерия"
|
|
}
|
|
}
|