Skip to content
Snippets Groups Projects
Commit 85ce37e9 authored by Mina Otgonbold's avatar Mina Otgonbold
Browse files

separate out health integration test with its own tag

parent 456d1fa0
No related branches found
No related tags found
1 merge request!723Separate out health integration test with its own tag
Pipeline #296546 failed
# tag autocomplete enabled by default
cucumber.options=--tags '@autocomplete,@default,@xcollab'
cucumber.options=--tags '@autocomplete,@default,@health,@xcollab'
# tag autocomplete disabled by default
cucumber.options=--tags '@default,@autocomplete'
cucumber.options=--tags '@default,@health,@autocomplete'
# tag autocomplete disabled by default
cucumber.options=--tags '@default,@autocomplete'
cucumber.options=--tags '@default,@health,@autocomplete'
Feature: To verify health api endpoints content
@default
@health
Scenario: Verify liveness check endpoint content
Given I send get request to liveness check endpoint
Then service should respond back with 200 in response
@default
@health
Scenario: Verify readiness check endpoint content
Given I send get request to readiness check endpoint
Then service should respond back with 200 in response
# tag autocomplete disabled by default
cucumber.options=--tags '@default,@autocomplete'
cucumber.options=--tags '@default,@health,@autocomplete'
# tag autocomplete disabled by default
cucumber.options=--tags '@default,@autocomplete'
cucumber.options=--tags '@default,@health,@autocomplete'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment