Skip to content

Releases: keithmorris/gulp-nunit-runner

1.2.1

08 Nov 20:38
Compare
Choose a tag to compare

Add continueOnError option and update dev dependencies.

1.1.0

16 Aug 20:49
Compare
Choose a tag to compare

Force non-windows environment to execute the nunit-console.exe with mono command.

1.0.0

01 Jul 14:56
Compare
Choose a tag to compare
  • Add handling of where switch for nunit3-console test runner (@tuturto)
  • Dependency update
  • Update Travis tests to also test on node versions 4.x and 6.x
  • Bump version to 1.0.0

0.5.2

10 Feb 21:21
Compare
Choose a tag to compare

Added check for output file before creating the TeamCity output.

0.5.1

22 Dec 13:46
Compare
Choose a tag to compare

Fix #13 Running from Visual Studio Task Runner Fails

0.5.0

13 Dec 20:04
Compare
Choose a tag to compare

Make the command line switch aware of OS so that it uses the correct character when running under mono on linux/mac.

Add NUnit 3.x options and labeled 2.x options.

28 Jun 15:49
Compare
Choose a tag to compare

This is a documentation update to document NUnit 3.x options and label deprecated 2.x options.

0.4.0

13 Nov 21:45
Compare
Choose a tag to compare
  • Add build script with test, lint and watch.
  • Add Travis CI integration.
  • Add a TeamCity reporter.
  • Add support for multi options e.g. include, exclude and privatebinpath.
  • Add the ability to omit the explicit nunit path entirely and rely on it being in the PATH
  • Add the ability to just supply the path to the bin folder but not explicitly specify the filename.
  • Add a platform flag that goes along with both exectable options to chose the x86 or anycpu version of nunit; defaults to anycpu.
  • Document all the config options in the README.

0.3.0

04 Oct 12:45
Compare
Choose a tag to compare
  • Fixes large amount of writes by NUnit tests causing node to crash
  • Switched to using child_process::spawn, much simpler command building.

0.2.0

28 Sep 16:16
Compare
Choose a tag to compare
  • Fixes #2 "Simultaneous runs of test tasks cause duplication"
  • Major rearchitecture of plugin by @voiceofwisdom
  • Adds release notes to README.md