devops-inventory/inventory

Add "Query" Scenario to files and BDD Test

Closed this issue · 1 comments

As a inventory manager
I want to make sure that inventory can be queried in the UI
So that I know the "Query" function is running correctly before deploying to prod

Assumptions
-The feature file is written using the Gherkin syntax understood by the behave tool
-The .feature and .steps files are created

Acceptance Criteria:
Given the app is running
When I run behave with "Query" written into the feature and steps file
Then the BDD test passes and the "Query" scenario is green

Stalled on BDD, moving to adding the static files