We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68865d commit ad28838Copy full SHA for ad28838
SampleCucumber/src/com/cucumbersample/test/RunTest.java
@@ -0,0 +1,9 @@
1
+package com.cucumbersample.test;
2
+
3
+import cucumber.api.CucumberOptions;
4
+import cucumber.api.testng.AbstractTestNGCucumberTests;
5
6
+@CucumberOptions(plugin = "json:target/cucumber-report.json")
7
+public class RunTest {
8
9
+}
0 commit comments