Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.14 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.14 KB

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.