package ungp.sampleng.cucumber; import cucumber.api.junit.Cucumber; import org.junit.runner.RunWith; @RunWith(Cucumber.class) public class FeaturesTest { }