stefanbesler

Results 8 issues of stefanbesler

This PR extends to code in a way to fill the "time" attribute of the [junit xml specification](https://www.ibm.com/docs/en/adfz/developer-for-zos/9.1.1?topic=formats-junit-xml-format). I haven't tested this extensively, but just want to let you know...

It would be great to see the time difference since the last build, like „just now“, „1 hour ago“, „3 days ago“

help wanted
dashboard
service-worker

This PR write the actual assertion failure to the output of xUnitXmlPublisher. Previously only the message from test was written into message. @dfreiberger fyi

documentation

### Feature Request Hi! First of all, thanks for your plugin! In our workflow we want to use conventional commits, but we have to be able to support distinct release...

When implemented a unittest for struckig, I noticed that disabling synchronization is not working when using duration discretization. How to reproduce: ``` TEST_CASE("discretization-nosync") { RuckigThrow otg {0.01}; InputParameter input; OutputParameter...