Allow port to be changed using MTT_PORT environment variable.

This commit is contained in:
2022-06-11 18:10:23 -04:00
parent d92761ed70
commit e40e190e1e
8 changed files with 597 additions and 30 deletions

View File

@ -7,3 +7,17 @@ Feature: Server Start
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 it is running
When the home page is accessed
Then the status should be OK
#Scenario: Start server with a different address
#Given a server
#And address is set to 127.250.48.58
#And it is running
#When the home page is accessed
#Then the status should be OK