Skip to content

Releases: junit-team/testng-engine

1.0.5

02 Jan 13:40
r1.0.5
b018527
Compare
Choose a tag to compare

Added

  • Include instance index and factory parameters in display name by @marcphilipp in #22
  • Report skipped config methods as aborted test classes by @marcphilipp in #69

Fixed

  • Fix discovery failures for anonymous classes by @marcphilipp in #87
  • Add classpath scanning support for non-public test methods by @marcphilipp in #16

Full Changelog: r1.0.4...r1.0.5

1.0.4

27 Jun 11:13
r1.0.4
082efde
Compare
Choose a tag to compare

Added

  • support for selecting groups via the testng.groups and testng.excludedGroups configuration parameters (#20)

1.0.3

27 Jun 11:12
r1.0.3
0439a69
Compare
Choose a tag to compare

No changes.

1.0.2

09 May 07:40
r1.0.2
41888d5
Compare
Choose a tag to compare

Fixed

  • Reporting of tests using @Factory methods (#19)

1.0.1

16 Sep 15:20
r1.0.1
473964c
Compare
Choose a tag to compare

Fixed

  • Nested test classes no longer cause NullPointerExceptions (#13)

1.0.0

16 Aug 12:06
r1.0.0
3280e70
Compare
Choose a tag to compare

No changes since 1.0.0-RC1.

1.0.0-RC1

19 Jul 16:08
r1.0.0-RC1
721189a
Compare
Choose a tag to compare
1.0.0-RC1 Pre-release
Pre-release

Added

  • support for configuring allowReturnValue, preserveOrder, parallel, threadCount, and dataProviderThreadCount via configuration parameters (#8)

Removed

  • support for TestNG 6.9 - 6.13 due to dry-run mode not being available (94da065)

1.0.0-M2

09 Jul 15:35
r1.0.0-M2
aa40b0f
Compare
Choose a tag to compare
1.0.0-M2 Pre-release
Pre-release

Added

  • support for registering custom listeners (#5)

Fixed

  • @DataProvider(parallel = true) should be supported (#4)
  • ClassSelectors for interfaces should be ignored (#1)

1.0.0-M1

08 Jul 07:58
r1.0.0-M1
5f2a207
Compare
Choose a tag to compare
1.0.0-M1 Pre-release
Pre-release

First milestone release