Shazia
Shazia

Reputation: 1

BDD with Specflow using selenium

When i create a project and i try to add a feature file, feature file gets created without designer code(i.e a .cs file is not getting created)All the tags "Given ,when, then , Scenario" is not getting recognized. Which .dll are getting are missed, can somebody help me on this??

Upvotes: 0

Views: 52

Answers (1)

Andreas Willich
Andreas Willich

Reputation: 5825

You need the SpecFlow NuGet package.

Upvotes: 1

Related Questions