- Fix CLI message for failing tests, so jumping to failed assert in the correct line is possible
- Fix index problem when failing test after a different test with exception fails
- The machine readable outputs need to be available in all log level. Since error is the lowest one, we emit them as "errors". The string for the information log level is "info", not "information". Thus it was wrongly parsed as argument. A newline was missing in the log level output.
- Download to PLC Sim by testing fails
- AXUnit VSCode extension does not run with PLCSIM
- Coverage Generation Failure - Missing default.profraw and lcov.info Files