You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an Enhancement Request -
I've been using Specflow for sometime and before that have used Cucumber for 6 months with Java. One big difference I found in terms of ease of usage is the plethora of Hooks provided by Specflow at various levels :
Before/After Test : Hook to execute code block once per test run
Before/After Feature : Hook to execute code block once per feature file.
Before/After Scenario : This one is covered by cucumber
These helps a lot to configure various initialization methods and consolidate setup logic based on different patterns of usage.
The text was updated successfully, but these errors were encountered:
This is an Enhancement Request -
I've been using Specflow for sometime and before that have used Cucumber for 6 months with Java. One big difference I found in terms of ease of usage is the plethora of Hooks provided by Specflow at various levels :
These helps a lot to configure various initialization methods and consolidate setup logic based on different patterns of usage.
The text was updated successfully, but these errors were encountered: