Right now, we run all regression tests each night (with help of Final Builder and NUnit console application). The process can take 5 hours. When we have a failed tests, our programmer should fix the failed tests. But, unfortunately, I have not automatic way to check it. And now I should manually to run failed (fixed) tests to be sure if the tests really fixed.
So, I want to FinalBuilder script, which will check failed tests (with help of last Nunit test report file) and send me report with status of all failed tests: what tests were fixed, what tests were not fixed. Scenario: 1. Run all tests (5 hours). Result of the process: report.xml file with all tests. sample: nunit-console-x86.exe MyAssembly /XML=report.xml 2. When we have failed tests, programmers should fix the tests. 3. When I receive email from programmer, I want to run NUnit console and check new status of all failed tests from file report.xml. sample: nunit-console-x86.exe MyAssembly /Fillter=error+failures;report.xml /XML=newReport.xml thank you, Igor. -- 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. _______________________________________________ Mailing list: https://launchpad.net/~nunit-core Post to : [email protected] Unsubscribe : https://launchpad.net/~nunit-core More help : https://help.launchpad.net/ListHelp

