We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
All Classes and Interfaces
Classes
Class
Description
This runner is loosely based on FactoryTestRunner by Ted Young (http://tedyoung.me/2011/01/23/junit-runtime-tests-custom-runners/).
JUnit scheduler capable of running multiple tets in parallel.
Unit tests should extend ParallelTest
if they are to be run in
several browser configurations.
Test suite which consists of all the TestBench tests passed in the constructor.
A retry rule is used to re-run a test several times in case of a random failure.
This JUnit Rule
grabs a screenshot when a test fails.
A superclass with some helpers to aid TestBench developers.