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
Is your feature request related to a problem? Please describe.
Snapper does not have native support for Specflow at the moment. Currently Snapper uses the underlying implementation of Specflow which can be xunit, nunit, etc
This limits the usage of Snapper in Specflow.
Describe the solution you'd like
Native support for Specflow. It should support normal specflow tests as well as Scenario Outline tests (which are essentially XUnit Theory tests).
This could be done via a new nuget package or through extending the main Snapper nuget package.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Snapper does not have native support for Specflow at the moment. Currently Snapper uses the underlying implementation of Specflow which can be xunit, nunit, etc
This limits the usage of Snapper in Specflow.
Describe the solution you'd like
Native support for Specflow. It should support normal specflow tests as well as Scenario Outline tests (which are essentially XUnit Theory tests).
This could be done via a new nuget package or through extending the main Snapper nuget package.
The text was updated successfully, but these errors were encountered: