Details
-
Bug
-
Status: Resolved (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
-
Windows 7 Pro, Jenkins 1.509.4, MStestRunner 1.0.1
Description
When running the plugin and the plugin runs, so tests actually get executed, and a test fails it causes the build to fail. This is before it even gets to parsing the results so it is caused by this plugin.
This is critical because the failure prevents all other tasks from running that are after that.
You probably want to add something like the MSBuild task has where you can Continue on Failures or mark as Unstable on Failures.
Fixed in version 1.1.0.
I've add a checkbox for Continue On Failed Test which is off by default but when turned on the plugin will report success even when test have failed.