Skip to content

Instantly share code, notes, and snippets.

@DarylWM
Created November 29, 2013 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DarylWM/7701326 to your computer and use it in GitHub Desktop.
Save DarylWM/7701326 to your computer and use it in GitHub Desktop.
import cucumber.api.junit.Cucumber;
import org.junit.runner.RunWith;
@RunWith(Cucumber.class)
@Cucumber.Options(format = {"pretty"})
public class RunCucumber {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment