NCS.Specflow.TemplatePack 0.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet new install NCS.Specflow.TemplatePack::0.0.4                
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.

Version Downloads Last updated
0.0.6 3,145 12/1/2023
0.0.5 109 11/30/2023
0.0.4 161 11/29/2023
0.0.3 154 11/28/2023
0.0.2 247 11/24/2023
0.0.1 371 11/14/2023