ls1intum / Apollon

UML Modeling Editor written in React
https://apollon-library.readthedocs.io
MIT License
68 stars 22 forks source link

Tests for exporting each diagram element and comparing with known svg #138

Open TobiasPr opened 4 years ago

TobiasPr commented 4 years ago
  1. Create tests which export each diagram type with all elements to check if elements can still be exported. Compare the exported svg string with a correct svg string which is stored in test resources.
  2. If elements change, the correct svg string must be updated