Specflow for Asp.net Core

heybaldur

HeyBaldur

Posted on May 4, 2022

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.

💖 💪 🙅 🚩
heybaldur
HeyBaldur

Posted on May 4, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Specflow for Asp.net Core
csharp Specflow for Asp.net Core

May 4, 2022