Skip to content

go-automate/template-testautomationframework-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Report Workaround

  1. From the Jenkins home screen navigate to Manage Jenkins > Script Console and type in the following command:
 System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "")
  1. Then press Run.
  2. If you see the output as Result: below the Result header, then it has run successfully.
  3. You'll need to Commit and Push again so that another build creates another HTML report before you can see one generated successfully.

Allure report

From the command line:

allure serve <xml or json file directory>

About

Template for a Test Automation Framework (Java, Selenium, Cucumber) maintained by Safebear.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published