DEV Community

Cover image for Specflow for Asp.net Core
HeyBaldur
HeyBaldur

Posted on • Updated on

Specflow for Asp.net Core

SpecFlow is a BDD framework for .NET which boosts your productivity by helping you with writing your feature files and automation code in your favorite IDE using C# and .NET methods.

specflow.org

We need to install

  • SpecFlow
  • SpecFlow.Tools.MsBuild.Generation
  • SpecFlow.NUnit
  • SpecFlow.Assist.Dynamic
  • Selenimum.WebDriver
  • Selenimium.WebDriver.ChromeDriver or Selenium.Firefox.WebDriver

Get the Dotnet core 5.0 version of Seed.API to get the example.

Requisites:
Read my tutorial about Seed.API for better understanding.

Happy coding and learning.

Top comments (0)