Skip to content

Instantly share code, notes, and snippets.

@chbatey
Created February 23, 2015 18:18
Show Gist options
  • Save chbatey/5027dca5c71034353a8a to your computer and use it in GitHub Desktop.
Save chbatey/5027dca5c71034353a8a to your computer and use it in GitHub Desktop.
package info.batey.killrauction;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
import org.junit.runner.RunWith;
@RunWith(Cucumber.class)
@CucumberOptions(features = "src/e2etest/resources/" )
public class RunEndToEndTests {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment