7 lines
208 B
Gherkin
7 lines
208 B
Gherkin
Feature: Health Check
|
|
The health check endpoint should return service status
|
|
|
|
Scenario: Health check returns ok
|
|
When I send a GET request to "/health-check"
|
|
Then the response status should be 200
|