Skip to content

Latest commit

 

History

History

report-core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

report-core

Report input/output

javadoc

Usage

It is unlikely that you'll need to depend directly on this module, it will be transitively supplied by assert-junit4 or assert-junit5.

Functionality

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.

Testing

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