Skip to content

Releases: junit-team/testng-engine

1.1.0

14 Nov 12:31
Immutable release. Only release title and notes can be modified.
r1.1.0
78e7569

Choose a tag to compare

What's Changed

Full Changelog: r1.0.6...r1.1.0

1.0.6

30 Mar 12:55
r1.0.6
4181273

Choose a tag to compare

Fixed

  • Avoid NoSuchElementException caused by skipped config method by @westse in #203

New Contributors

Full Changelog: r1.0.5...r1.0.6

1.0.5

02 Jan 13:40
r1.0.5
b018527

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

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

Choose a tag to compare

No changes.

1.0.2

09 May 07:40
r1.0.2
41888d5

Choose a tag to compare

Fixed

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

1.0.1

16 Sep 15:20
r1.0.1
473964c

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

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

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

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)