github.com/hellofresh/janus@v0.0.0-20230925145208-ce8de8183c67/features/Home.feature (about) 1 Feature: Retrieve welcome line of the service. 2 As an anonymous user, I need to be able to see welcome line of the system. 3 In order to know that the service is up and running. 4 5 Scenario: Check welcome line of the service 6 When I request "/" API path with "GET" method 7 Then I should receive 200 response code 8 And header "Content-Type" should be "application/json" 9 And the response should contain "Welcome to Janus"