Loading JUnit reports from a local drive: {junitreport:directory=file:///C:/TEMP/} |
Loading JUnit reports from a network drive:
{junitreport:url=http://*host*/*path*} |
Loading JUnit reports from a Confluence site:
{junitreport:url=http://yourConfluenceInstance.com/download/attachments/<page id>/file.xml} |
Loading JUnit reports from a Confluence site that requires authentication:
If your Confluence site is not accessible by anonymous users, specify login credentials with the os_username and os_password URL parameters (as part of the macro's url parameter). In this case, we are specifying a username of 'admin' and a password of 'secret'. {junitreport:url=http://yourConfluenceInstance.com/download/attachments/<page id>/file.xml?os_username=admin&os_password=secret} |
|