Difference between revisions of "CI CD 101"
From CitconWiki
Jump to navigationJump to search (Created page with "PJ talking about CI CD phases From idea to market/value Goal is to remove all the obstacles between the idea and it getting done as value. - Idea -- define a bucket of accep...") |
(adding notes) |
||
Line 5: | Line 5: | ||
- Idea | - Idea | ||
+ | |||
-- define a bucket of acceptance tests | -- define a bucket of acceptance tests | ||
+ | |||
Comments on the customer not willing to cover/document their acceptance tests, but in some cases there is improvement here | Comments on the customer not willing to cover/document their acceptance tests, but in some cases there is improvement here | ||
+ | |||
-- write broken acceptance tests | -- write broken acceptance tests | ||
- write code to make the first test pass | - write code to make the first test pass | ||
+ | |||
-- write broken unit tests | -- write broken unit tests | ||
+ | |||
-- write just enough code | -- write just enough code | ||
+ | |||
-- refactor | -- refactor | ||
+ | |||
-- every time a test goes green - commit! | -- every time a test goes green - commit! |
Revision as of 01:45, 20 September 2014
PJ talking about CI CD phases
From idea to market/value Goal is to remove all the obstacles between the idea and it getting done as value.
- Idea
-- define a bucket of acceptance tests
Comments on the customer not willing to cover/document their acceptance tests, but in some cases there is improvement here
-- write broken acceptance tests
- write code to make the first test pass
-- write broken unit tests
-- write just enough code
-- refactor
-- every time a test goes green - commit!