Make CI do the work for you • Static analysis ◦ Finds flaws missed in PR review • Env for every branch/PR ◦ Allows QA to verify work early, before it’s merged • QA to merge your PR
to see the total cost of the order As a shopper I want to see a postage cost @APP-123 @smoke @database Scenario: Shopper can see a postage cost Given I have added a "Clean Code" book priced £34.50 to the basket And the postage cost for one book is £3.50 When I check the basket Then I should see the postage cost of £3.50 And the total of the basket should be £38.00