Skip to content

Release 5.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Mar 12:17
· 53 commits to develop since this release

Added

  • finishTest method which controls finishing Tests with statuses, to distinguish them from suites and configuration methods, by @HardNorth

Changed

  • JUnit 5 dependency marked as compileOnly to avoid overriding JUnit 5 API version for users, by @HardNorth
  • JSR 305 dependency marked as implementation to force users specify their own versions, by @HardNorth
  • Client version updated on 5.2.5, by @HardNorth

Removed

  • Setting of Unique ID on Test Step and Configuration start, as redundant action, by @HardNorth