Skip to content

Releases: Itiviti/gradle-nunit-plugin

2.8

12 Jan 08:02
Compare
Choose a tag to compare
  • Fixed compatibility with JDK8

2.7

11 Jan 08:18
336de97
Compare
Choose a tag to compare
2.7

2.6

19 May 11:32
Compare
Choose a tag to compare
2.6
  • Fix support of JDK 8
  • Fix Nunit console download path
  • Fix gradle 7 support

2.2

02 Jul 11:53
Compare
Choose a tag to compare
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

02 Jul 11:31
Compare
Choose a tag to compare
2.1

Fixed

  • Fixed downloading URL for versions above 3.11

2.0

23 Jul 12:25
Compare
Choose a tag to compare
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

28 Jan 14:06
Compare
Choose a tag to compare

1.14

Fixed

  • test binaries are now correctly found

1.13

14 Dec 13:53
Compare
Choose a tag to compare

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

27 Oct 10:13
Compare
Choose a tag to compare

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

10 Jul 15:55
Compare
Choose a tag to compare

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