Class | Description |
---|---|
BrowserManager |
JUnit Rule responsible for closing all registered browsers
as soon as a test finishes.
|
HtmlReporter |
TestRule for generating an HTML report with embedded screenshots
and page sources for each failure.
|
TestLogger |
Reports the status of the running test (starting/passed/failed/skipped) to a
Logger . |
TestRetrier |
Retry a failing test for the given number of times,
configurable in the constructor.
|
Copyright © 2015. All rights reserved.