Skip to content

Releases: helmethair-co/scalatest-junit-runner

Suite initialisation error reporting fixed

27 Apr 11:44
v0.1.9
211659b
Compare
Choose a tag to compare
v0.1.9

Suite initialization error reporting fixed

Improved handling of test initialisers and ignored tests

04 Jun 08:09
v0.1.5
6c0e851
Compare
Choose a tag to compare
  • errors in before/after blocks wont go unnoticed
  • ignored test are reported as skipped
  • suites are reported as "failed" instead of "aborted" since aborted suites without failing tests wont break the build

Class discovery improvement

02 Jun 17:52
v0.1.4
deb689a
Compare
Choose a tag to compare

Make discoverable tests which do not have scalatest class as super class.