com.vaadin.testbench.parallel.
Package com.vaadin.testbench.parallel
-
ClassDescription
Enumerates the most commonly used browsers.
Provides helper method for selecting the browser to run on
Default
TestBenchBrowserFactory
used to generateDesiredCapabilities
throughBrowserFactory
Marker interface for a TestBench test class which will exclude the test from any test suite which automatically scans for test classes.
Custom configuration strategy using TestBench
Parameters.getTestsInParallel()
.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.
Integration methods for Sauce Labs testing.
Sauce Labs specific remote webdriver capabilities
Interface used to create
DesiredCapabilities
configurations suitable for test cases.Sets the category of a test class.
Categories can be excluded from running tests, or explicitly included.Defines a system property to be used as part of the test name.
It may be useful to add information related to the system or the machine itself, such as the OS.
This will affect, for instance, the names of screenshots taken in case of test failure.