Releases: junit-team/testng-engine
Releases · junit-team/testng-engine
1.1.0
14 Nov 12:31
Immutable
release. Only release title and notes can be modified.
Compare
Sorry, something went wrong.
No results found
1.0.6
30 Mar 12:55
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.0.4
27 Jun 11:13
Compare
Sorry, something went wrong.
No results found
Added
support for selecting groups via the testng.groups and testng.excludedGroups configuration parameters (#20 )
1.0.3
27 Jun 11:12
Compare
Sorry, something went wrong.
No results found
1.0.2
09 May 07:40
Compare
Sorry, something went wrong.
No results found
Fixed
Reporting of tests using @Factory methods (#19 )
1.0.1
16 Sep 15:20
Compare
Sorry, something went wrong.
No results found
Fixed
Nested test classes no longer cause NullPointerExceptions (#13 )
1.0.0
16 Aug 12:06
Compare
Sorry, something went wrong.
No results found
No changes since 1.0.0-RC1.
1.0.0-RC1
19 Jul 16:08
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added
support for registering custom listeners (#5 )
Fixed
@DataProvider(parallel = true) should be supported (#4 )
ClassSelectors for interfaces should be ignored (#1 )