-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
As a Developer
I need to setup a Dev and Test stage in the Bluemix Pipeline
So that when code passed the Build stage it will move to this next phase to run integration tests
Assumptions:
- We are using Bluemix
- Add a Dev Deployment Stage to the pipeline to deploy to your
Devspace if the unit tests pass - Add a Integration Test Stage to the pipeline to run your integration tests with
behaveon the Dev deployment
Acceptance Criteria:
Given a Bluemix pipeline has been setup with a Build stage
When all tests pass in the Build stage
Then the changes should continue through the pipeline into this new Dev/Integration stages
Reactions are currently unavailable