Created
February 23, 2015 18:18
-
-
Save chbatey/5027dca5c71034353a8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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