-
Improvement
-
Resolution: Fixed
-
Minor
-
Linux, Jenkins 1.492, Java 1.6.0_33
There was a fix in JENKINS-11353 to recognize test results from eviware:maven-soapui-plugin. Currently SurefireArchiver looks in the plugin configuration if the Mojo is surefire or failsafe.
But in maven-soapui-plugin you can configure "outputFolder" for your surefire-reports. We are running multiple executions of maven-soapui-plugin with different versions of the "same" testsuites (same testcases). If we want to keep all surefire-reports we have to configure multiple reports directories or "outputFolder" in the soapui-plugin. But Jenkins only looks for "target/surefire-reports" by default (non surefire oder failsafe plugin). So this doesn't work. And if all executions write to "target/surefire-reports" they overwrite themselves.
Aim: If the Mojo is maven-soapui-plugin then look in the configuration for "outputFolder" as it is done for surefire and failsafe.
- depends on
-
JENKINS-8334 maven-plugin insists on Surefire to run tests
-
- Resolved
-
- is related to
-
JENKINS-11353 Recognize test results from eviware:maven-soapui-plugin
-
- Resolved
-
[JENKINS-16121] maven-soapui-plugin configurable outputFolder
Link |
New:
This issue is related to |
Priority | Original: Major [ 3 ] | New: Minor [ 4 ] |
Description |
Original:
There was a fix in But in maven-soapui-plugin you can configure "outputFolder" for your surefire-reports. We are running multiple executions of maven-soapui-plugin with different versions of the "same" testsuites (same testcases). If we want to keep all surefire-reports we have to configure multiple reports directories or "outputFolder" in the soapui-plugin. But Jenkins only looks for "target/surefire-reports" by default (non surefire oder failsafe plugin). So this doesn't work. And if all executions write to "target/surefire-reports" the overwrite themselves. Aim: If the Mojo is maven-soapui-plugin the look in the configuration for "outputFolder" as it is done for surefire and failsafe. |
New:
There was a fix in But in maven-soapui-plugin you can configure "outputFolder" for your surefire-reports. We are running multiple executions of maven-soapui-plugin with different versions of the "same" testsuites (same testcases). If we want to keep all surefire-reports we have to configure multiple reports directories or "outputFolder" in the soapui-plugin. But Jenkins only looks for "target/surefire-reports" by default (non surefire oder failsafe plugin). So this doesn't work. And if all executions write to "target/surefire-reports" they overwrite themselves. Aim: If the Mojo is maven-soapui-plugin then look in the configuration for "outputFolder" as it is done for surefire and failsafe. |
Assignee | New: kutzi [ kutzi ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link |
New:
This issue depends on |
Workflow | Original: JNJira [ 146925 ] | New: JNJira + In-Review [ 192144 ] |