nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01553
Re: [Bug 722207] Re: How to run "Failed Tests" only from previous nunit .xml report file.
OK...
I imagined a situation where the developer would use the gui to load the saved
result file, which would provide the info as to what had failed. The
actual project
file and assemblies would be found using info in the result file.
This is analogous to what we now do with the VisualState.xml file that stores
the latest results between gui runs.
Can you describe how you see it working using the console runner?
Charlie
On Sun, Feb 20, 2011 at 12:13 PM, constructor <722207@xxxxxxxxxxxxxxxxxx> wrote:
> we need the feature in command line nunit.
>
> --
> You received this bug notification because you are subscribed to NUnit
> Extended Testing Platform.
> https://bugs.launchpad.net/bugs/722207
>
> Title:
> How to run "Failed Tests" only from previous nunit .xml report file.
>
--
You received this bug notification because you are a member of NUnit
Core Developers, which is the registrant for NUnit Framework.
https://bugs.launchpad.net/bugs/722207
Title:
How to run "Failed Tests" only from previous nunit .xml report file.
Status in NUnit Test Framework:
New
Bug description:
Could you help me to solve my problem?
Each night we run tests and store report to .xml report file.
When a programmer fixes failed test we want to re run only failed
tests immediately.
So, we need a possibility somehow to say to nunit to run failed
(include error) tests from stored .xml report file.
References