Step 1 – Install seleniumhtmlreport
- https://plugins.jenkins.io/seleniumhtmlreport/
Step 2 – Use following code
# CODE 1
seleniumHtmlReport(String testResultLocation = 'target') {}
# CODE 2
job('seleniumreport') {
publishers {
seleniumHtmlReport('target/test-output') {
failOnExceptions()
}
}
}
Latest posts by Rajesh Kumar (see all)
- An Introduction of GitLab Duo - December 22, 2024
- Best Hospitals for affordable surgery for medical tourism - December 20, 2024
- Top Global Medical Tourism Companies in the World - December 20, 2024