Closed mikeobrien closed 9 years ago
Oh yeah, other thing was setting up a Travis CI build to lint and run the tests.
hey @mikeobrien , I 'm definitely open to it. Unfortunately I don't have a ton of time to spend on it right now. If you'd like to add some features, I'd love to see what you can add. I'd just want to make sure that the api stays backwards compatible as I've got a few jobs running on it and I know quite a few other folks do as well.
I have roughly 50 Jenkins jobs set up using the current api, stability in the api would be nice.
On November 10, 2014 10:00:01 PM Keith Morris notifications@github.com wrote:
hey @mikeobrien , I 'm definitely open to it. Unfortunately I don't have a ton of time to spend on it right now. If you'd like to add some features, I'd love to see what you can add. I'd just want to make sure that the api stays backwards compatible as I've got a few jobs running on it and I know quite a few other folks do as well.
Reply to this email directly or view it on GitHub: https://github.com/keithmorris/gulp-nunit-runner/issues/5#issuecomment-62498918
@keithmorris yeah, no problem, I can do all the work and submit a PR. Thanks for getting back to me so quickly, trying to get this knocked out by tomorrow.
@keithmorris & @VoiceOfWisdom absolutely, will not mod the API other than adding two options for TeamCity and platform.
Mods are complete, created a new PR.
All enhancements have been released as of version 0.4.0
Awesome, thanks Keith! Just updated our build to the latest and we're seeing test results in TC yay!
So I'm moving to gulp and was going to migrate my grunt-nunit-runner task but saw you already had one out there. Wanted to see if you were open to a PR with some enhancements instead of creating yet another gulp nunit plugin. Here's what I had in mind:
include
,exclude
andprivatebinpath
.PATH
and 2) just supply the path to the bin folder but not explicitly specify the filename. I have aplatform
flag in the Grunt task that goes along with both these to chose thex86
oranycpu
version of nunit; defaults toanycpu
.README
(Like this). The NUnit docs on the options are more prose than a list which makes it difficult to quickly scan them.Anyways, this is a lot of stuff so if you want pass on a PR for these I totally understand.