Report input/output
- ../report Visualising assertion results
It is unlikely that you'll need to depend directly on this module, it will be transitively supplied by assert-junit4
or assert-junit5
.
This module provides an object model for the data in an execution report along with facilities for writing and reading that data to and from storage.
In addition to the unit tests for the report input/output functionality, this module also contains selenium-powered tests to exercise the functionality of the report webapp.
The following system properties offer some control over the behaviour of the selenium-based tests:
property | description |
---|---|
browser.skip |
Set to true to skip test execution. This is convenient if you haven't changed the webapp. |
browser.show |
Set to true to show test execution on a visible browser instance |
browser.share |
Set to true to use a single browser instance for all tests. This is faster, but can exhibit stability issues |