Releases: keithmorris/gulp-nunit-runner
Releases · keithmorris/gulp-nunit-runner
1.2.1
1.1.0
Force non-windows environment to execute the nunit-console.exe with mono
command.
1.0.0
0.5.2
Added check for output file before creating the TeamCity output.
0.5.1
0.5.0
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.
This is a documentation update to document NUnit 3.x options and label deprecated 2.x options.
0.4.0
- 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
- 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
- Fixes #2 "Simultaneous runs of test tasks cause duplication"
- Major rearchitecture of plugin by @voiceofwisdom
- Adds release notes to README.md