Search in sources :

Example 1 with WebDriverModule

use of org.activityinfo.test.webdriver.WebDriverModule in project activityinfo by bedatadriven.

the class TestMain method queueUiTests.

private void queueUiTests() {
    ResourceLoader loader = new MultiLoader(getClass().getClassLoader());
    RuntimeOptions options = new RuntimeOptions(Arrays.asList("--tags", "@web", "classpath:org/activityinfo/test", "--glue", "org.activityinfo.test.steps.common", "--glue", "org.activityinfo.test.steps.web"));
    queueFeatures("ui", loader, options, new WebDriverModule(webDriverType));
    queueTestMethods("ui", new WebDriverModule(webDriverType));
}
Also used : ResourceLoader(cucumber.runtime.io.ResourceLoader) WebDriverModule(org.activityinfo.test.webdriver.WebDriverModule) MultiLoader(cucumber.runtime.io.MultiLoader) RuntimeOptions(cucumber.runtime.RuntimeOptions)

Aggregations

RuntimeOptions (cucumber.runtime.RuntimeOptions)1 MultiLoader (cucumber.runtime.io.MultiLoader)1 ResourceLoader (cucumber.runtime.io.ResourceLoader)1 WebDriverModule (org.activityinfo.test.webdriver.WebDriverModule)1