As a developer
I need an integration test stage in the CI/CD pipeline
So that I can run behave tests on the test environment
Details and Assumptions
The previous stage completes successfully
Acceptance Criteria
Given the Deploy to Dev stage completes successfully
When I run the Integration Test stage
Then the behave functions should run against the dev deployment and pass
As a developer I need an integration test stage in the CI/CD pipeline So that I can run behave tests on the test environment
Details and Assumptions
The previous stage completes successfully
Acceptance Criteria