Replies: 2 comments 8 replies
-
can you share a full test class that reproduces this issue? |
Beta Was this translation helpful? Give feedback.
8 replies
-
So, Verify support for SpecFlow is available. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use Verify with SpecFlow and I have added the
[UsesVerify]
attribute to the step definitions class. Howver, when I run the feature it complains thatExpected to find a
[UsesVerify]on test class. File: DocumentStepDefinitions.cs
DocumentStepDefinitions.cs`` currently does have the
[UsesVerify]` attribute so I am not sure what to do next.Beta Was this translation helpful? Give feedback.
All reactions