Releases: Itiviti/gradle-nunit-plugin
Releases · Itiviti/gradle-nunit-plugin
2.8
- Fixed compatibility with JDK8
2.6
- Fix support of JDK 8
- Fix Nunit console download path
- Fix gradle 7 support
2.2
Added
- NUnit 3 reports can now be merged if running in parallel (just like the NUnit 2 ones)
Fixed
- Fixed usage of the
where
flag with a single string
2.1
Fixed
- Fixed downloading URL for versions above 3.11
2.0
Fixed
- NUnit 3.10 can now be used and it's the new default
Breaking changes
- rename timeout to testCaseTimeout due to conflict with AbstractTask after update to Gradle 5.0
Changed
- plugin is now built with Gradle 5.0
1.14
1.14
Fixed
- test binaries are now correctly found
1.13
Changed
- increase default NUnit runner version from 2.6.4 to 3.9.0
- built with gradle 4.8.1 (about won't work till we migrate out of plugindev)
- take as test assemblies only those containing "test.dll" or "tests.dll" to not require explicit config for projects like "test-framework.dll"
Fixed
- Upgrade gradle-download-task to 3.4.3 to fix 'Invalid cookie expiry' on download
- Allow download of NUnit 3.9 runner
1.12
Changed
- upgrade gradle-download-plugin to 3.2
- upgrade net.researchgate.release to 2.6.0
- built with gradle 4.2.1
Fixed
- Apply default parameters on plugin
com.ullink.msbuild
instead of msbuild
which is required starting from gradle-msbuild-plugin
2.17
1.11
Added
- New parameter logFile for defining the output file name
- New paramter env for passing environment variable to nunit runner
(thanks taomWTP)
Changed
- built with gradle 3.5
- upgrade gradle-download-plugin to 3.2
Fixed
- Support nunit-console v3.6.0