All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.iovation.launchkey.sdk.integration.RunIntegrationTest Maven / Gradle / Ivy

There is a newer version: 4.10.0
Show newest version
package com.iovation.launchkey.sdk.integration;

import io.cucumber.junit.CucumberOptions;
import io.cucumber.junit.Cucumber;
import org.junit.runner.RunWith;

@RunWith(Cucumber.class)
@CucumberOptions(
        plugin = {"pretty", "html:target/cucumber-htmlreport","json:target/cucumber-report.json"},
        features = {"classpath:features"},
        glue = {"classpath:com.iovation.launchkey.sdk.integration"},
        objectFactory = CucumberGuiceObjectFactory.class
)
public class RunIntegrationTest {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy