All Classes and Interfaces
Class
Description
Base class for tests using
WebDriver.A superclass with helper methods to aid TestBench developers create a JUnit 5
based tests.
TestBench
Extension that provides WebDriver configuration and
startup according to given test configuration and desired capabilities.Shorthand annotation for marking test methods in test class.
A superclass with helper methods to aid TestBench developers create a JUnit 5
based tests.
Shorthand annotation for enabling
@ExtendWith(MultipleBrowsersExtension.class) on test class.Record that is automatically resolved by
BrowserExtension providing
most important information on currently run test.Class implementing this interface can provide own
WebDriver to be
used during test execution.Provides support for running test methods using multiple browsers.
Custom configuration strategy using TestBench
Parameters.getTestsInParallel().This JUnit extension grabs a screenshot when a test fails.