Package org.camunda.bpm
Class AbstractWebappUiIntegrationTest
java.lang.Object
org.camunda.bpm.AbstractWebIntegrationTest
org.camunda.bpm.AbstractWebappUiIntegrationTest
- Direct Known Subclasses:
LoginIT
-
Field Summary
Modifier and TypeFieldDescriptionprotected static org.openqa.selenium.WebDriver
Fields inherited from class org.camunda.bpm.AbstractWebIntegrationTest
appBasePath, appUrl, client, COOKIE_HEADER, csrfToken, HOST_NAME, httpPort, JSESSIONID_IDENTIFIER, service, sessionId, TASKLIST_PATH, testProperties, testUtil, X_XSRF_TOKEN_HEADER, XSRF_TOKEN_IDENTIFIER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
after()
static org.openqa.selenium.support.ui.ExpectedCondition<Boolean>
containsCurrentUrl
(String url) void
static void
static org.openqa.selenium.support.ui.ExpectedCondition<Boolean>
currentURIIs
(URI pageURI) static void
Methods inherited from class org.camunda.bpm.AbstractWebIntegrationTest
before, createClient, createCookieHeader, createCookieHeader, destroyClient, getCookie, getCookieHeaders, getCookieValue, getCookieValue, getRestCtxPath, getTokens, getWebappCtxPath, getXsrfCookieValue, getXsrfTokenHeader, preventRaceConditions
-
Field Details
-
driver
protected static org.openqa.selenium.WebDriver driver -
screenshotRule
-
-
Constructor Details
-
AbstractWebappUiIntegrationTest
public AbstractWebappUiIntegrationTest()
-
-
Method Details
-
createDriver
public static void createDriver() -
currentURIIs
-
containsCurrentUrl
-
createClient
- Throws:
Exception
-
after
public void after() -
quitDriver
public static void quitDriver()
-