Package de.qytera.qtaf.cucumber.helper
Class CucumberTestResultHelper
java.lang.Object
de.qytera.qtaf.cucumber.helper.CucumberTestResultHelper
Helper class for extracting information from Cucumber test result objects.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleandidAllStepsPass(List<io.cucumber.plugin.event.Result> testResults) Checks if all steps passed.
-
Method Details
-
didAllStepsPass
Checks if all steps passed.- Parameters:
testResults- Step result list- Returns:
- True if all steps passed, false otherwise
-