strickland
strickland

Reputation: 1993

Specflow, not seeing suggested code for Step Definitions

After writing a Feature / Scenarios and running a test, I do not see any suggested code for the step definitions in the output like most of the screen casts suggest.

Any ideas on what I'm doing differently?

(edit)I'm using NUnit and Resharper to run the Tests. I see basic output, but not a neatly defined list like I'm seeing in the screen casts. Each sample method is listed below the failing step.

Upvotes: 1

Views: 373

Answers (1)

John Gietzen
John Gietzen

Reputation: 49565

If you are using the NUnit GUI test runner, be sure to click on the "Text Output" tab.

Upvotes: 1

Related Questions