Added test for the config file.
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user