Skip to content

Ready to use boilerplate with BDD Specflow and NUnit runner

Notifications You must be signed in to change notification settings

tooniez/specflow-nunit-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpecFlow NUnit Boilerplate 🚀🔬

A ready-to-use boilerplate for SpecFlow applications with NUnit for testing.

Project setup

🔧 Run the following command to install all the project dependencies:

dotnet restore

Compiles and runs the application

🚀 Run the following command to compile and run the application:

dotnet run

Compiles for production

👉 Run the following command to compile the application for production:

dotnet build --configuration Release

This command generates an optimized production-ready build.

Run your unit tests

🔬 Run the following command to execute the unit tests for the application using NUnit:

dotnet test

Unit tests are used to test individual components and functions in isolation.

Customize configuration

For more information on customizing the configuration of your SpecFlow project, refer to the SpecFlow Documentation.

License

📝 Copyright © 2024 tooniez.
This project is MIT licensed.

About

Ready to use boilerplate with BDD Specflow and NUnit runner

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project