This page is a snippet

For full information, see:

snippet

 

ローカル ドライブから JUnit レポートをロードする:

{junitreport:directory=file:///C:/TEMP/}


ネットワーク ドライブから JUnit レポートをロードする:

{junitreport:url=http://*host*/*path*}


Confluence サイトから JUnit レポートをロードする:

{junitreport:url=http://yourConfluenceInstance.com/download/attachments/<page id>/file.xml}


認証が必要な Confluence サイトから JUnit レポートをロードする:

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}
  • ラベルなし