The SpecFlow Visual Studio integration caches the binding status of step definitions. If the cache is corrupted, steps may be unrecognised and the highlighting of your steps may be wrong (e.g. bound steps showing as being unbound). To delete the cache:
- Close all Visual Studio instances.
- Navigate to your
%TEMP%
folder and delete any files that are prefixed withspecflow-stepmap-
, e.g.specflow-stepmap-SpecFlowProject-607539109-73a67da9-ef3b-45fd-9a24-6ee0135b5f5c.cache
. - Reopen your solution.
You may receive a more specific error message if you enable tracing (see above).
Comments
0 comments
Please sign in to leave a comment.