Package com.vaadin.testbench.parallel
package com.vaadin.testbench.parallel
-
ClassDescriptionEnumerates the most commonly used browsers.Provides helper method for selecting the browser to run onMarker interface for a TestBench test class which will exclude the test from any test suite which automatically scans for test classes.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 capabilitiesInterface used to createDesiredCapabilities
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.