Class CucumberTestResultHelper

java.lang.Object
de.qytera.qtaf.cucumber.helper.CucumberTestResultHelper

public class CucumberTestResultHelper extends Object
Helper class for extracting information from Cucumber test result objects.
  • Method Details

    • didAllStepsPass

      public static boolean didAllStepsPass(List<io.cucumber.plugin.event.Result> testResults)
      Checks if all steps passed.
      Parameters:
      testResults - Step result list
      Returns:
      True if all steps passed, false otherwise