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.