Skip to content

Instantly share code, notes, and snippets.

@oofnivek
Created July 8, 2024 14:38
Show Gist options
  • Save oofnivek/e583b5a83b7c20a10c806ef47f9e7549 to your computer and use it in GitHub Desktop.
Save oofnivek/e583b5a83b7c20a10c806ef47f9e7549 to your computer and use it in GitHub Desktop.
package cucumberOptions;
import io.cucumber.testng.AbstractTestNGCucumberTests;
import io.cucumber.testng.CucumberOptions;
@CucumberOptions(features="src/test/java/features", glue="stepDefinitions", monochrome=true)
public class TestNGRunner extends AbstractTestNGCucumberTests {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment