java.lang.Object
io.cucumber.core.plugin.FeatureTracker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisASingleBrowserScenario(io.cucumber.plugin.event.TestCaseStarted event) static booleanisNewFeature(io.cucumber.plugin.event.TestCaseStarted event) static voidstartNewFeature(io.cucumber.plugin.event.TestCaseStarted event)
-
Constructor Details
-
FeatureTracker
public FeatureTracker()
-
-
Method Details
-
startNewFeature
public static void startNewFeature(io.cucumber.plugin.event.TestCaseStarted event) -
isNewFeature
public static boolean isNewFeature(io.cucumber.plugin.event.TestCaseStarted event) -
isASingleBrowserScenario
public static boolean isASingleBrowserScenario(io.cucumber.plugin.event.TestCaseStarted event)
-