morethantext-web/tests/features/server_start.feature

18 lines
435 B
Gherkin

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
Scenario: Start using the server on another port
Given a server
And port is changed to something different
And environment variables are used
And it is running
When the home page is accessed
Then the status should be OK