-
Improvement
-
Resolution: Duplicate
-
Minor
jasmine-maven-plugin plugin is capable of outputting surefire/junit style reports: http://searls.github.com/jasmine-maven-plugin/
While Jenkins will recognize jasmine-maven-plugin test results in a free-style(/freestyle) project, in a Maven project the results do not show. Free-style is nice, but then full Maven project functionality is not available, such as release and other goals.
See jasmine-maven-plugin author searls comment here, quoted below:
https://github.com/searls/jasmine-maven-plugin/issues/9
"JUnit XML reports can only be specified by the user on freestyle projects. To get a maven2 project to see Jasmine's XML reports, SurefireArchiver would need to be updated to include the jasmine-maven-plugin's GAV."
This issue is similar to JENKINS-11353. I expect it could be resolved, as searls suggests, in a similar manner. Looks like hudson.maven.reporters.SurefireArchiver would need to include registration for jasmine-maven-plugin.
- duplicates
-
JENKINS-8334 maven-plugin insists on Surefire to run tests
-
- Resolved
-
- is related to
-
JENKINS-31258 Jenkins Maven plug-in ignores JUnit-format test results from unknown Maven plug-ins
-
- Resolved
-
-
JENKINS-11353 Recognize test results from eviware:maven-soapui-plugin
-
- Resolved
-
[JENKINS-13188] Recognize test results from com.github.searls:jasmine-maven-plugin
Priority | Original: Major [ 3 ] | New: Minor [ 4 ] |
Link |
New:
This issue duplicates |
Link |
New:
This issue is related to |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Component/s | New: maven-plugin [ 16033 ] | |
Component/s | Original: maven2 [ 15487 ] |
Example jasmine plugin configuration: