| Class | Description |
|---|---|
| ScreenshotAfterTestFailExtension |
ScreenshotAfterTestFailExtension takes screenshot immediately after test has failed
and perform a clean up to ensure no dialog or windows is opened
USAGE: Add the following annotation before every class with JUnit tests: @ExtendWith(ScreenshotAfterTestFailExtension.class) |