mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-20 01:20:59 +03:00
feat: add role-*, subsystem-* tests (batches 4+5)
- role-compile, role-validate, role-info: 3 cases - subsystem-compile, subsystem-validate, subsystem-info: 3 cases - 34 tests across 22 skills, all passing Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
dcacecff7f
commit
44a84f8ce7
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "Роль с базовыми правами",
|
||||
"preRun": [
|
||||
{
|
||||
"script": "meta-compile/scripts/meta-compile",
|
||||
"input": { "type": "Catalog", "name": "Товары" },
|
||||
"args": { "-JsonPath": "{inputFile}", "-OutputDir": "{workDir}" }
|
||||
}
|
||||
],
|
||||
"input": {
|
||||
"name": "Кладовщик",
|
||||
"rights": [
|
||||
{ "object": "Catalog.Товары", "rights": ["Read", "View"] }
|
||||
]
|
||||
},
|
||||
"expect": {
|
||||
"files": ["Кладовщик.xml", "Кладовщик/Ext/Rights.xml"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user