NCS.Specflow.TemplatePack
0.0.6
dotnet new install NCS.Specflow.TemplatePack::0.0.6
This package contains a .NET Template Package you can call from the shell/command line.
TemplatePack
Description
Allows for the generation of Specflow templates using the dotnet cli
Dependencies (Nuget)
Frameworks supported
- net7.0
- net8.0
Install Nuget
dotnet new install NCS.Specflow.TemplatePack
Update
dotnet new update
Usage
Only the MSTest Selenium template is ready for use currently.
NUnit Playwright
- Navigate to the directory you want to create the template in
- Run
dotnet new specflow-playwright-nunit -n Name -F framework
- Open newly created project in your favourite IDE
NUnit Selenium
- Navigate to the directory you want to create the template in
- Run
dotnet new specflow-selenium-nunit -n Name -F framework
- Open newly created project in your favourite IDE
MSTest Playwright
- Navigate to the directory you want to create the template in
- Run
dotnet new specflow-playwright-mstest -n Name -F framework
- Open newly created project in your favourite IDE
MSTest Selenium
- Navigate to the directory you want to create the template in
- Run
dotnet new specflow-selenium-mstest -n Name -F framework
- Open newly created project in your favourite IDE
XUnit Playwright
- Navigate to the directory you want to create the template in
- Run
dotnet new specflow-playwright-xunit -n Name -F framework
- Open newly created project in your favourite IDE
XUnit Selenium
- Navigate to the directory you want to create the template in
- Run
dotnet new specflow-selenium-xunit -n Name -F framework
- Open newly created project in your favourite IDE
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.