You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a team We need a full 4 stage pipeline So that every commit to master is automatically tested and moved along until being put in production
Details and Assumptions
The Build stage will also run TDD (unit) tests and then call the Deploy Stage to deploy to a Development instance. Then the Integration Test Stage will run your BDD tests against the running development instance, and if all of the tests pass, it will deploy to a Production instance
Acceptance Criteria
Given commit to master
When TDD unit tests pass
Then deploy to dev
When BDD tests pass in dev
Then deploy to prod
The text was updated successfully, but these errors were encountered:
rachidtt
changed the title
Set up CI/CD pipeline in cloud (might split into smaller stories)
Set up CI/CD pipeline in cloud [steps 3 and 4]
Dec 2, 2022
As a team
We need a full 4 stage pipeline
So that every commit to master is automatically tested and moved along until being put in production
Details and Assumptions
Acceptance Criteria
The text was updated successfully, but these errors were encountered: