Hello Folks,
I would be interested in experiences with testing and Unigine, especially for larger projects.
What kind of toolchain do you use for continuous integration and how do you unit test?
Interacting with the Unigine API often needs Unigine to be initialized which makes tests tedious.
Do you use some kind of mocking?
Do you test your rendered output? How do you compare test results and expected outputs? I would guess pixelwise comparison can be achieved seldomly.
I'm new to both testing in C++ and Unigine and would appreciate any input on this topic.
Kind regards