example.RunCukeTest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-cucumber Show documentation
Show all versions of rest-cucumber Show documentation
Rest Cucumber allows you to attach a rest client for retrieval of Cucumber feature files and posting of Cucumber test results
package example;
import org.junit.runner.RunWith;
import rest.RestCucumber;
import rest.RestCucumberOptions;
@RunWith(RestCucumber.class)
@RestCucumberOptions(restClient = "example.MockRestClient", path = "client.properties",
uploadResultEnabled = false)
public class RunCukeTest {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy