Skip to content

Setup Dev and Test stage in Bluemix pipeline #87

@cfnyu

Description

@cfnyu

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 Dev space if the unit tests pass
  • Add a Integration Test Stage to the pipeline to run your integration tests with behave on 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 

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions