dotnetprofessional / LiveDoc

A Living Documentation platform for BDD (Gherkin) specifications.
MIT License
9 stars 2 forks source link

Context leakage #36

Closed dotnetprofessional closed 7 years ago

dotnetprofessional commented 7 years ago

If tests mix the use of describe/feature or bdd and Gherkin the global context variables may not be reset and so can leak a previous feature's context into the current test.