jtron5050
3 years agoVisitor
BDD Background keyword
Just wondering how the background statement works. Doesn't seem to do anything for me. I have the following scenario file. Can't wireup any step definitions to it.
Feature: Feature1
Background:
Given: the app is running
Scenario: A description of your business scenario
Given some precondition
When an action is performed
Then validate a condition