NYU-DevOps-Charlie-CSCI-GA-3033-013 / products

Product Team for CSCI-GA.3033-013
http://nyu-lab-bluemix-charlie-products.mybluemix.net/
1 stars 1 forks source link

BDD Support for Creating a new product #52

Closed ephraimrosenfeld closed 7 years ago

ephraimrosenfeld commented 7 years ago

Scenario: Create a new product Given: a list of products, e.g. 3 When I: insert a new product Then I should see: the list of products is incremented by one, e.g. 4 And I should see: my newly-inserted product info

ephraimrosenfeld commented 7 years ago

It may be necessary to remove or ignore the IDs in the feature file for this to work properly.