Skip to content

Tag: .net-core

Add SpecFlow tests to .NET Core project in VSCode

I’ve created a .NET Core project and I’m using VSCode on Linux. I installed SpecFlow with dotnet add package SpecFlow but I don’t think there is IDE integration yet. Can I use the SpecFlow nuget package from the command line to create a test? Answer SpecFlow 3.0 will have .NET Core support. …