Files
perauset-e2e-mrfzot2p/e2e/tests/features/health-check.feature
2026-07-11 08:34:30 +02:00

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