Class CucumberWithSerenityRuntimeMain
java.lang.Object
net.serenitybdd.cucumber.integration.intellij.CucumberWithSerenityRuntimeMain
Deprecated.
A test runner that allows you to run feature files directly from IntelliJ.
This avoids having to write specific runners for each feature file.
Contributed by Vladimir Ivanov
Deprecated: Replaced with cucumber.runtime.cli.Main
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CucumberWithSerenityRuntimeMain
public CucumberWithSerenityRuntimeMain()Deprecated.
-
-
Method Details
-
main
-
run
Deprecated.Launches the Cucumber-JVM command line- Parameters:
argv- runtime options. See details in thecucumber.api.cli.Usage.txtresourceclassLoaderSupplier- classloader used to load the runtime- Returns:
- 0 if execution was successful, 1 if not (there were test failures)
- Throws:
IOException- if resources couldn't be loaded during execution
-