| Class | Description |
|---|---|
| BrowserPerClass |
Annotate your test class with
@Listeners({ BrowserPerClass.class}) |
| BrowserPerTest |
Annotate your test class with
@Listeners({ BrowserPerTest.class}) |
| ScreenShooter |
Annotate your test class with
@Listeners({ ScreenShooter.class}) |
| SoftAsserts |
Annotate your test class with
@Listeners({ SoftAsserts.class}) |
| TextReport |
Annotate your test class with
@Listeners({ TextReport.class}) |