-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins version 2.332.1
Zephyr Scale 3.3.1
The file path cannot be changed when we set the JUnit XML result file as the Test Framework.
When we change it to a custom path and save the job configuration, it defaults back to target/surefire-reports/*.xml
Can you please allow this to be customised when we save configuration.
I encountered this issue and found a fix for it after finding the index.js file in the plugin directory and amending to be as follows -
The issue appears to be that JUnit XML Result File was not being considered.