Report UI is no longer a static site. It only works when served with http-server
kumarpatel opened this issue · 2 comments
kumarpatel commented
Describe the bug
- Report UI index.html file could be opened statically in the browser to view results (I think in reg-cli 17.x)
- But now, index.html must be served with an http server.
Reproduced step
reg-suit compare
- open index.html file in browser (this is the bug. It doesn't work)
- This reported issue in reg-cli project is about the same thing.
Expected behavior
- opening index.html without http server opens the report.
Actual behavior
- opening index.html without http server does NOT open the report. Report doesn't load.
A clear and concise description of what you actual to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
kumarpatel commented
kumarpatel commented
Closing.
Fixed here
reg-viz/reg-cli#506 (comment)