Files
perauset-e2e-mrg0et1k/e2e/tests/features/health-check.feature
2026-07-11 08:54:43 +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