[
https://issues.jboss.org/browse/SWSQE-357?page=com.atlassian.jira.plugin....
]
Filip Brychta resolved SWSQE-357.
---------------------------------
Resolution: Done
Using junit-merge tool and copyArtifacts plugin:
copyArtifacts(projectName: 'fbr-demo-python-ui-tests', parameters:
'TEST_SUITE_NAME=group16', selector: lastCompleted(), target: 'group16');
copyArtifacts(projectName: 'fbr-demo-python-ui-tests',
parameters: 'TEST_SUITE_NAME=group17', selector: lastCompleted(), target:
'group17');
sh 'junit-merge -d . -r'
junit "merged-test-results.xml"
Collect test reports from all sub-jobs and merge it to one report
-----------------------------------------------------------------
Key: SWSQE-357
URL:
https://issues.jboss.org/browse/SWSQE-357
Project: Kiali QE
Issue Type: Sub-task
Reporter: Filip Brychta
Assignee: Filip Brychta
We are using separated slaves to start subset of tests so we have separated test results
which need to be merged to one.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)