-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
None
-
Affects Version/s: 4.3.7, 5.5
-
Component/s: Editor - Page / Comment Editor
Error rendering macro 'junitreport' : com.atlassian.renderer.v2.macro.MacroException: URI scheme is not "file"
The above error is displayed when using http://host/path/ for JUnit Report's Directory (URL) of the test result file.
Note: The example in the documentation shows that JUnit Report Macro is supposed to work with test results file located in network drive.
Steps to replicate
- Download the sample attachment junitexample.zip
, extract and put it in a network drive location (e.g.: 'storagekl2') - Create a new Confluence page
- Insert JUnit Report Macro
- Edit the macro
- In 'Directory (URL) of your test result files' field, enter http://storagekl2/junitexample
- Refresh the preview
- Message shown Error rendering macro 'junitreport' : com.atlassian.renderer.v2.macro.MacroException: URI scheme is not "file"
- is related to
-
CONFSERVER-2440 Use JunitReport macro with http:// URLs
- Closed