Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Feature: Serve coffee
  2. In order to earn money
  3. Customers should be able to
  4. buy coffee at all times
  5.  
  6. Scenario: Buy last coffee
  7. Given there are 1 coffees left in the machine
  8. And I have deposited 1 dollar
  9. When I press the coffee button
  10. Then I should be served a coffee
  11.  
  12.  
  13.  
  14. "As a user, I want to create an application “petclinic” " - {
  15.  
  16. "I can create workspace named “petclinic” " - {}
  17.  
  18. "I can add service definition for docker" - {
  19. "I can click add service definition named docker" in {}
  20. "I can add output property URI" in {}
  21. "I can add/modify action launch" in {}
  22. "I can add/modify action destroy" in {}
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement