-
Notifications
You must be signed in to change notification settings - Fork 694
Open
Labels
component/camunda-process-testRelated to the Camunda-Process-Test componentRelated to the Camunda-Process-Test componentkind/featureCategorizes an issue or PR as a feature, i.e. new behaviorCategorizes an issue or PR as a feature, i.e. new behavior
Description
Description
If a process test fails, the failed assertion prints specific information, for example, the state of a process instance (e.g. expected completed but was active
). I need more information to debug the failed test cases, such as the process diagram with the active elements of a process instance.
This is similar to the process coverage report but from a different perspective. Instead of looking at a process and the overall coverage, we look at an individual process instance.
Take inspiration from the community project camunda-process-test-coverage.
Tasks
- Generate an HTML report for all started process instances
- For each process instance:
- Show the process diagram
- Show the active, completed, and terminated elements
- Show the taken sequence flows
Metadata
Metadata
Assignees
Labels
component/camunda-process-testRelated to the Camunda-Process-Test componentRelated to the Camunda-Process-Test componentkind/featureCategorizes an issue or PR as a feature, i.e. new behaviorCategorizes an issue or PR as a feature, i.e. new behavior