30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"schema": "cezen.test.setup_matrix.v1",
|
|
"configurations": [
|
|
{
|
|
"id": "representative-workstation",
|
|
"category": "workstation",
|
|
"commercial_label": "Nexus One AI Workstation",
|
|
"compatibility_profile": "starter",
|
|
"expected_server_tier_menu": false,
|
|
"journeys": ["valid", "field-staging", "invalid-license", "network-loss", "service-failure", "reboot-resume", "stale-readiness"]
|
|
},
|
|
{
|
|
"id": "representative-server-m",
|
|
"category": "server",
|
|
"commercial_label": "Server M",
|
|
"compatibility_tier": "basic",
|
|
"expected_server_tier_menu": true,
|
|
"journeys": ["valid", "field-staging", "invalid-license", "hardware-restriction", "network-loss", "service-failure", "reboot-resume", "stale-readiness"]
|
|
}
|
|
],
|
|
"common_assertions": [
|
|
"non-secret progress persists",
|
|
"duplicate submission is idempotent",
|
|
"customer-facing state is truthful",
|
|
"safe next action is present",
|
|
"restricted-network help is local",
|
|
"WCAG 2.2 AA evidence is recorded"
|
|
]
|
|
}
|