Added test for the config file.

This commit is contained in:
2022-06-19 00:42:44 -04:00
parent 8701adbd57
commit 5de4e94a6f
2 changed files with 9 additions and 1 deletions

View File

@ -8,7 +8,14 @@ Feature: Server Start
When the home page is accessed
Then the status should be OK
Scenario: Start using the server on another port
Scenario: Start using the server on another port
Given a server
And port is changed to something different
And it is running
When the home page is accessed
Then the status should be OK
Scenario: Using environment variables use another port
Given a server
And port is changed to something different
And environment variables are used