public class FluentCucumberTest extends FluentTestRunnerAdapter
Extends this class to provide FluentLenium support to your Cucumber Test class.
ConfigurationProperties.DriverLifecycle, ConfigurationProperties.TriggerMode| Constructor and Description |
|---|
FluentCucumberTest()
Creates a new FluentLenium cucumber test.
|
| Modifier and Type | Method and Description |
|---|---|
void |
after(cucumber.api.Scenario scenario)
Release a Cucumber scenario from the adapter.
|
void |
before(cucumber.api.Scenario scenario)
Initialize a Cucumber scenario inside the adapter.
|
afterClass, failed, failed, failed, failed, failed, finished, finished, finished, finished, getSharedWebDriver, starting, starting, starting, starting$, $, $, $, alert, asComponentList, asComponentList, asComponentList, asComponentList, asComponentList, asComponentList, asFluentList, asFluentList, asFluentList, asFluentList, asFluentList, asFluentList, await, canTakeScreenShot, capabilities, css, el, el, el, el, events, executeAsyncScript, executeScript, find, find, find, find, getAwaitAtMost, getAwaitPollingEvery, getBaseUrl, getBrowserTimeout, getBrowserTimeoutRetries, getCapabilities, getConfiguration, getConfigurationDefaults, getConfigurationFactory, getControlContainer, getCookie, getCookies, getCustomProperty, getDeleteCookies, getDriver, getDriverLifecycle, getEventsEnabled, getHtmlDumpMode, getHtmlDumpPath, getImplicitlyWait, getPageLoadTimeout, getRemoteUrl, getScreenshotMode, getScreenshotPath, getScriptTimeout, getWebDriver, goTo, goTo, goToInNewTab, initFluent, inject, injectComponent, isComponentClass, isComponentListClass, keyboard, mouse, newComponent, newComponentList, newComponentList, newComponentList, newComponentList, newComponentList, newComponentList, newFluent, newFluentList, newFluentList, newFluentList, newFluentList, newFluentList, newFluentList, newInstance, newWebDriver, pageSource, releaseFluent, setAwaitAtMost, setAwaitPollingEvery, setBaseUrl, setBrowserTimeout, setBrowserTimeoutRetries, setCapabilities, setConfigurationFactory, setCustomProperty, setDeleteCookies, setDriverLifecycle, setEventsEnabled, setHtmlDumpMode, setHtmlDumpPath, setImplicitlyWait, setPageLoadTimeout, setRemoteUrl, setScreenshotMode, setScreenshotPath, setScriptTimeout, setWebDriver, switchTo, switchTo, switchTo, switchToDefault, takeHtmlDump, takeHtmlDump, takeScreenShot, takeScreenShot, url, windowpublic FluentCucumberTest()
public void before(cucumber.api.Scenario scenario)
scenario - Cucumber scenario to initializepublic void after(cucumber.api.Scenario scenario)
scenario - Cucumber scenario to releaseCopyright © 2018 FluentLenium. All Rights Reserved.