The runner at `MenuManagementTest.java` ``` package cucumber.Runner; import io.cucumber.junit.CucumberOptions; import io.cucumber.junit.Cucumber; import org.junit.runner.RunWith; @RunWith(Cucumber.class) @CucumberOptions ( features = {"src/test/java/cucumber/Features"}, glue = {"cucumber.StepsDefinitions"}, plugin = {"pretty"}) public class MenuManagementTest { } ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up