Skip to content

Instantly share code, notes, and snippets.

@codingricky
Created December 2, 2013 00:53
Show Gist options
  • Save codingricky/7743174 to your computer and use it in GitHub Desktop.
Save codingricky/7743174 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