public abstract class AbstractParallelTest extends ParallelTest
| Modifier and Type | Field and Description |
|---|---|
com.vaadin.testbench.RetryRule |
maxAttempts |
static org.openqa.selenium.Dimension |
WINDOW_SIZE_LARGE |
static org.openqa.selenium.Dimension |
WINDOW_SIZE_MEDIUM |
static org.openqa.selenium.Dimension |
WINDOW_SIZE_SMALL |
| Constructor and Description |
|---|
AbstractParallelTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
compareScreen(String screenshotName) |
protected String |
getBaseURL() |
List<org.openqa.selenium.remote.DesiredCapabilities> |
getBrowserConfiguration() |
protected String |
getCurrentHostAddress()
Copied from com.vaadin.flow.testutil.AbstractTestBenchTest
|
protected String |
getDeploymentPath(Class<?> viewClass) |
protected String |
getPort() |
protected String |
getTestUrl(Class<?> viewClass) |
void |
open(Class<?> viewClass,
org.openqa.selenium.Dimension size) |
void |
setup() |
getDeploymentPort, runAfterTest, setupClassgetDefaultCapabilities, getDesiredCapabilities, getHubHostname, getHubURL, getRunLocallyBrowser, getRunLocallyBrowserVersion, getRunOnHub, setDesiredCapabilitiesconcatUrl, executeScript, findElement, findElements, getCommandExecutor, getContext, getDriver, setDriver, testBench, waitUntil, waitUntil, wrappublic com.vaadin.testbench.RetryRule maxAttempts
public static final org.openqa.selenium.Dimension WINDOW_SIZE_LARGE
public static final org.openqa.selenium.Dimension WINDOW_SIZE_MEDIUM
public static final org.openqa.selenium.Dimension WINDOW_SIZE_SMALL
public void setup()
throws Exception
setup in class ParallelTestExceptionpublic void open(Class<?> viewClass, org.openqa.selenium.Dimension size)
protected String getBaseURL()
protected String getPort()
public List<org.openqa.selenium.remote.DesiredCapabilities> getBrowserConfiguration()
protected String getCurrentHostAddress()
Copyright © 2025. All rights reserved.