- I have written a scenario spec
- I have meaningful
@scenario
names. Someone can look at the list of scenarios and understand what I'm covering. - I have written a mock API
- I have used
@scenarioDoc
s for extra scenario description and to tell people how to pass my mock api check.