nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #03364
[Bug 1091144] [NEW] PNUnit 2.6.2 - feature request: /stoponerror
Public bug reported:
The /stoponerror argument to the NUnit console is really great to reduce
iteration time between programmer and code - both locally and against
build server.
By moving our acceptance tests from NUnit to PNUnit our 8 core
buildserver now runs the tests in half time. Great work there! Thanks!
I am missing that PNUnit supports /stoponerror (as a Launcher
argument?).
As a workaround I had to hook-in an abstract TestFixture with code for
each test case (method w. Test-attribute) to abort quickly if a "smoke-
error.log" exists.
Kind Regards,
Keld Ølykke
** Affects: nunitv2
Importance: Undecided
Status: New
** Tags: argument console pnunit stoponerror
** Description changed:
The /stoponerror argument to the NUnit console is really great to reduce
iteration time between programmer and code - both locally and against
build server.
By moving our acceptance tests from NUnit to PNUnit our 8 core
buildserver now runs the tests in half time. Great work there! Thanks!
I am missing that PNUnit supports /stoponerror (as a Launcher
argument?).
As a workaround I had to hook-in an abstract TestFixture with code for
each test case (method w. Test-attribute) to abort quickly if a "smoke-
- error.log" exists or not.
-
+ error.log" exists.
Kind Regards,
Keld Ølykke
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/1091144
Title:
PNUnit 2.6.2 - feature request: /stoponerror
Status in NUnit V2 Test Framework:
New
Bug description:
The /stoponerror argument to the NUnit console is really great to
reduce iteration time between programmer and code - both locally and
against build server.
By moving our acceptance tests from NUnit to PNUnit our 8 core
buildserver now runs the tests in half time. Great work there! Thanks!
I am missing that PNUnit supports /stoponerror (as a Launcher
argument?).
As a workaround I had to hook-in an abstract TestFixture with code for
each test case (method w. Test-attribute) to abort quickly if a
"smoke-error.log" exists.
Kind Regards,
Keld Ølykke
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/1091144/+subscriptions
Follow ups
References