Skip to content

Releases: sbt/sbt-jupiter-interface

0.13.3

02 Dec 16:38
v0.13.3
02e4226
Compare
Choose a tag to compare

updates

  • fix: Fix handling for unknown JUnit segment types by @lihaoyi in #128

behind the scene

new contributors

Full Changelog: v0.13.2...v0.13.3

0.13.2

27 Nov 19:14
v0.13.2
e94d38e
Compare
Choose a tag to compare

update

  • fix: Re-include class names in reported tests by @jodersky in #126

behind the scene

new contributors

Full Changelog: v0.13.1...v0.13.2

0.13.1

02 Nov 06:09
v0.13.1
359679d
Compare
Choose a tag to compare

updates

  • fix: Fixes #121: Suite task naming no longer crashes; or mangles vintage test names by @dji in #122
  • fix: Redefine definedTests in terms of the task itself by @vasilmkd in #116
  • deps: Update junit-jupiter-engine, ... to 5.11.3 by @scala-steward in #119

behind the scene

new contributors

  • @dji made their first contribution in #122

Full Changelog: v0.13.0...v0.13.1

0.13.0

16 Aug 04:18
v0.13.0
c7c9e74
Compare
Choose a tag to compare

about sbt-jupiter-interface

sbt-jupiter-interface is an sbt plugin, originally developed by Michael Aichler in 2017, to provide a test bridge for JUnit 5's Jupiter module.

updates

new contributors

Full Changelog: v0.12.0...v0.13.0

0.12.0

16 Aug 04:01
v0.12.0
d9537f9
Compare
Choose a tag to compare

about sbt-jupiter-interface

sbt-jupiter-interface is an sbt plugin, originally developed by Michael Aichler in 2017, to provide a test bridge for JUnit 5's Jupiter module.

updates

  • Update JUnit to 5.10.3 by @eed3si9n in #84
  • Show the displayName of dynamic tests in the sbt output and in the xml test reports by @vasilmkd in #94
  • Fix Suite support by @eed3si9n in #87

behind the scenes

new contributors

Full Changelog: v0.11.4...v0.12.0

0.11.4

28 Jul 01:56
v0.11.4
bfed0a7
Compare
Choose a tag to compare

about sbt-jupiter-interface

sbt-jupiter-interface is an sbt plugin, originally developed by Michael Aichler in 2017, to provide a test bridge for JUnit 5's Jupiter module.

updates

behind the scene

new contributors

Full Changelog: v0.11.3...v0.11.4

0.11.3

27 Jul 21:53
v0.11.3
60e7cac
Compare
Choose a tag to compare

about sbt-jupiter-interface

sbt-jupiter-interface is an sbt plugin, originally developed by Michael Aichler (@maichler) in 2017, to provide a test bridge for JUnit 5's Jupiter module.

changes with compatibility implications

addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.11.3")
  • sbt-jupiter-interface 0.11.2 is published under com.github.sbt.junit organization by @eed3si9n in #75
  • Moves Java and Scala packages to com.github.sbt.junit by @eed3si9n in #77

behind the scenes

new contributors

Full Changelog: 0.11.1...v0.11.3

0.11.1

06 Oct 18:46
Compare
Choose a tag to compare

Notes

  • #55 Upgrade to support JUnit5 5.9.1

0.11.0

03 Aug 20:00
Compare
Choose a tag to compare

Notes

  • #52 Upgrade to support JUnit5 5.9.0

0.10.0

03 Aug 19:57
Compare
Choose a tag to compare

Notes

  • Update JUnit dependency to version 5.8.2