blob: fdc8a4c94d345d4af1d78254c43f24e5881879bf [file] [log] [blame]
package dlab;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
import org.junit.runner.RunWith;
@RunWith(Cucumber.class)
@CucumberOptions(plugin = {"json:target/cucumber.json"})
public class RunCucumberTest {
}