ttutisani / Xunit.Gherkin.Quick

BDD in .NET Core - using Xunit and Gherkin (compatible with both .NET Core and .NET)
MIT License
205 stars 29 forks source link

Explain before/after scenario hooks #61

Closed ttutisani closed 6 years ago

ttutisani commented 6 years ago

Many people asked about hooks for before/after scenario execution. For this test class Constructor and Dispose can be used. I need to document this so that people find this answer easier.

ttutisani commented 6 years ago

Done: https://github.com/ttutisani/Xunit.Gherkin.Quick/blob/master/docs/before-after-scenario-hooks.md