Added integration testing.
This commit is contained in:
9
tests/features/server_start.feature
Normal file
9
tests/features/server_start.feature
Normal file
@ -0,0 +1,9 @@
|
||||
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
|
Reference in New Issue
Block a user