Skip to content

0.7.0

Compare
Choose a tag to compare
@cburgmer cburgmer released this 16 Dec 10:13
· 520 commits to master since this release

Breaking changes

  • /failures API has been removed, its functionality has been merged into /testcases (retaining the existing structure).

Bug fixes

  • Flaky build and Flaky tests graphs now correctly show flaky entries. In the past the graphs also included consistently failing entries, if inputs partially matched.
  • Most frequently failing tests graph now handles tests with duplicate names correctly. Two tests with the same name failing in the same run are not counted twice, which previously would've given the wrong impression of one test failing twice, rather than two tests once each.
  • For JUnit XML without classnames results in CSV are now correctly returned.

Improvements

  • Flaky tests will now even be recognised in subsequent failing builds (given different test outcome). Previously, one build had to pass for tests to be considered. This will also enable the graph to show data with the need of build outcomes specified. (#13)