Closed rudi116 closed 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
behave
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