Skip to content

0.9.1 "Bollerwagen" - 2024-01-03

Latest
Compare
Choose a tag to compare
@christophsturm christophsturm released this 03 Jan 09:35
· 77 commits to main since this release

0.9.1 "Bollerwagen" - 2024-01-03

Fixed

  • Send executionStarted event for failed contexts. Idea will ignore executionFinished events for not started tests
    so the error message would not appear in the test runner. (it would appear in the console output of the test runner)
  • Fix some edge cases with the new junit engine.
  • Fix running "all tests in project" by adding a fake test, because idea does not tests when the initial test plan is empty

Changed

  • Improve handling of duplicate root context names by making them unique by adding a number(tests, tests-1, tests-2)
  • Default to the new junit engine. you can still use -Dfailgood.new.junit=false to use the old one