As a developer
I need to clone, lint, test, build an image, deploy it to Kubernetes, and run BDD tests on the deployment
So that I can deploy my service to a Red Hat OpenShift Kubernetes cluster automatically
Details and Assumptions
[document what you know]
Acceptance Criteria
Given the automated CD pipeline is built
When a push is made to your master branch on GitHub
Then it should run quality checks and unit tests, before building and deploying an image, and then run BDD tests after deployment.
As a developer I need to clone, lint, test, build an image, deploy it to Kubernetes, and run BDD tests on the deployment So that I can deploy my service to a Red Hat OpenShift Kubernetes cluster automatically
Details and Assumptions
[document what you know]
Acceptance Criteria