Search in sources :

Example 1 with OdkModule

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

the class TestMain method queueOdkTests.

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

Aggregations

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