Generates a web report from the log outputs of our test-cases
- GO 1.13
- chromedriver
- MacOS:
brew install chromedriver
- MacOS:
mrreport takes log data from stdin, generates an HTML report, and outputs in on stdout.
cat logfile.log | mrreport generate > report.htmlWhen you're testing, packr will use the generated content if it exists, not the content of html/index.html.
make unitswill avoid using packrmake featureswill regenerate usingpackr2and use the generated files
When working with other test-runners (e.g. goland's), make sure you either
- run them with the
skippackr - add a before-run step that does
packr2 build