mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-24 05:31:02 +03:00
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>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
076bbcb9d5
commit
a41897a966
@@ -700,7 +700,7 @@ async function verifyCase(skillName, caseName, skillConfig, caseData, opts) {
|
||||
|
||||
// Default skills to verify when no --skill given
|
||||
const DEFAULT_SKILLS = [
|
||||
'meta-compile', 'form-compile', 'form-add', 'form-edit',
|
||||
'meta-compile', 'form-compile', 'form-compile-from-object', 'form-add', 'form-edit',
|
||||
'role-compile', 'subsystem-compile', 'subsystem-edit',
|
||||
'cf-init', 'cf-edit', 'meta-edit', 'interface-edit',
|
||||
'epf-init', 'epf-add-form', 'template-add', 'help-add',
|
||||
|
||||
Reference in New Issue
Block a user