Added functionality for testing with config files.

This commit is contained in:
2022-06-19 00:15:17 -04:00
parent f761cbf56c
commit 8701adbd57
3 changed files with 45 additions and 38 deletions

View File

@ -11,6 +11,7 @@ Feature: Server Start
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