mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2026-05-26 12:38:03 +00:00
BETTERZON-21: Adding Cucumber Framework
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import cucumber.api.CucumberOptions;
|
||||
import cucumber.api.junit.Cucumber;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@RunWith(Cucumber.class)
|
||||
@CucumberOptions(
|
||||
features = {"src/test/resource/demo.feature"}
|
||||
)
|
||||
|
||||
public class RunTest {
|
||||
}
|
||||
Reference in New Issue
Block a user