Added integration testing.

This commit is contained in:
2022-06-03 11:52:18 -04:00
parent 015edc13c1
commit a9b1920c2f
11 changed files with 311 additions and 3 deletions

View 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