Class | Description |
---|---|
BrowserPerClass |
Annotate your test class with
@Listeners({ BrowserPerClass.class}) |
BrowserPerTest |
Annotate your test class with
@Listeners({ BrowserPerTest.class}) |
GlobalTextReport |
Reports for every test method in the suite
Annotate any test class in your suite with
@Listeners({GlobalTextReport.class}) |
ScreenShooter |
Annotate your test class with
@Listeners({ ScreenShooter.class}) |
SoftAsserts |
Annotate your test class with
@Listeners({ SoftAsserts.class}) |
TextReport |
Reports for all method of annotated class in the suite.
|