Scenario: Ask for two-results keyword providing path to yaml # org/onap/sdc/gab/cucumber/gab_controller.feature:4 Given yaml document "yaml/faultRegistration.yml" of type "PATH" # org.onap.sdc.gab.cucumber.actions.gabcontroller.GABControllerStepDefinitions.prepareYamlFile(java.lang.String,java.lang.String) And header to search "event.action[1]" # org.onap.sdc.gab.cucumber.actions.gabcontroller.GABControllerStepDefinitions.prepareHeader(java.lang.String) When I ask service for results # org.onap.sdc.gab.cucumber.actions.gabcontroller.GABControllerStepDefinitions.executeSearchQuery() Then Service should find 2 results # org.onap.sdc.gab.cucumber.actions.gabcontroller.GABControllerStepDefinitions.checkSizeOfTheAnswerEquals(int) Scenario: Ask for single-results keyword providing yaml content # org/onap/sdc/gab/cucumber/gab_controller.feature:10 Given yaml document "event: {presence: required, action: [ any, any, alarm003, Clear ], structure: {}}" of type "CONTENT" # org.onap.sdc.gab.cucumber.actions.gabcontroller.GABControllerStepDefinitions.prepareYamlFile(java.lang.String,java.lang.String) And header to search "event.action[1]" # org.onap.sdc.gab.cucumber.actions.gabcontroller.GABControllerStepDefinitions.prepareHeader(java.lang.String) When I ask service for results # org.onap.sdc.gab.cucumber.actions.gabcontroller.GABControllerStepDefinitions.executeSearchQuery() Then Service should find 1 results # org.onap.sdc.gab.cucumber.actions.gabcontroller.GABControllerStepDefinitions.checkSizeOfTheAnswerEquals(int) ┌───────────────────────────────────────────────────────────────────────────────────┐ │ Share your Cucumber Report with your team at https://reports.cucumber.io │ │ Activate publishing with one of the following: │ │ │ │ src/test/resources/cucumber.properties: cucumber.publish.enabled=true │ │ src/test/resources/junit-platform.properties: cucumber.publish.enabled=true │ │ Environment variable: CUCUMBER_PUBLISH_ENABLED=true │ │ JUnit: @CucumberOptions(publish = true) │ │ │ │ More information at https://cucumber.io/docs/cucumber/environment-variables/ │ │ │ │ Disable this message with one of the following: │ │ │ │ src/test/resources/cucumber.properties: cucumber.publish.quiet=true │ │ src/test/resources/junit-platform.properties: cucumber.publish.quiet=true │ └───────────────────────────────────────────────────────────────────────────────────┘