process-analytics / bpmn-visualization-js

A TypeScript library for visualizing process execution data on BPMN diagrams
https://process-analytics.github.io/bpmn-visualization-js/
Apache License 2.0
224 stars 31 forks source link

[TEST] add visualization non regression tests for missing supported BPMN elements #541

Closed tbouffard closed 4 years ago

tbouffard commented 4 years ago

526 introduced the way to do that new kind of tests but some BPMN elements supported by the library are not covered.

BPMN elements to cover

BPMN events test proposal

Covered by #543

Note: because of an issue with some bpmn file (see below), the file cannot be used as it is. If no solution is found, it should be splitted by types: start event, intermediate, events in event subprocess, ...

bpmn file: events.bpmn.zip

events

Current issue with quite large BPMN content

Covered by #543

This has been detected while creating #540 Because we currently pass the bpmn content via an url parameter, we often get an http 400 error from the dev server when the BPMN diagram is too large.

tbouffard commented 4 years ago

All tests noticed here have been implemented. So closing this issue