Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Chrome
Firefox
-
Patch Available
-
Patch
Description
Links to log files in cross test result.html does not work when served in HTTP server.
It is especially crucial for Chrome because alternative way (use of file:// scheme) does not work on it.
Steps to reproduce:
- Run any number of cross test if never run once on your environment
- As test output suggests, run HTTP server on the test directory, like cd test && python -m SimpleHTTPServer 8001 for python2
- Browse http://localhost:8001/result.html using a browser
- Click on any server or client link in Result(log) column
Expected result:
The log file content is displayed or at least a download dialog pops up.
Actual result:
404 Not found.
Cause:
Link path format in results.json file should be relative rather than absolute file paths.