morethantext-web/tests/features/server_start.feature

10 lines
201 B
Gherkin
Raw Normal View History

2022-06-03 11:52:18 -04:00
Feature: Server Start
Acceptance testing related to server start up.
Scenario: Default start up
Given a server
And it is running
When the home page is accessed
Then the status should be OK