com.iovation.launchkey.sdk.integration.RunIntegrationTest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-integration-tests Show documentation
Show all versions of sdk-integration-tests Show documentation
Integration tests for the LaunchKey Service SDK for Java
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