nyu-devops-wishlists / wishlists

This repo is for the development of the wishlists feature of the e-commerce website
Apache License 2.0
0 stars 1 forks source link

Create a BDD .steps file #86

Closed rudi116 closed 4 years ago

rudi116 commented 4 years ago

As a developer I need to create a BDD .steps file So that I can test my RESTful API from the outside in

Assumptions: The feature is written using the Gherkin Syntax understood by the Behave tool

Acceptance Criteria Given I have a test steps file When I run behave Then the test should be passing