Skip to content

Commit

Permalink
feat: add test cases to JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Feb 3, 2025
1 parent 2405e6c commit 8701149
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions test-case-structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,28 @@
"variation": "C.8.1"
}
]
},
{
"case": "C.9",
"description": "Customer Onboarding",
"variations": [
{
"description": "Process with event sub-processes from 2023 Demo",
"name": "Customer Onboarding",
"tool": "Camunda Modeler",
"variation": "C.9.0"
}, {
"description": "Process with timer boundary events from 2023 Demo",
"name": "Document Request",
"tool": "Camunda Modeler",
"variation": "C.9.1"
}, {
"description": "Process with non-interrupting start events from 2023 Demo",
"name": "Manual Check",
"tool": "Camunda Modeler",
"variation": "C.9.2"
}
]
}
]
}
Expand Down

0 comments on commit 8701149

Please sign in to comment.