| Class | Description |
|---|---|
| BrowserStrategyExtension |
By using this extension browser will be automatically closed after all tests in the current container.
|
| ScreenShooterExtension |
Use this class to automatically take screenshots in case of ANY errors in tests (not only Selenide errors).
|
| SoftAssertsExtension |
By using this extension selenide will collect all failed asserts
from "should*" and "waitUntil" methods and throw after test finished.
|
| TextReportExtension |