A ready-to-use boilerplate for SpecFlow applications with NUnit for testing.
🔧 Run the following command to install all the project dependencies:
dotnet restore
🚀 Run the following command to compile and run the application:
dotnet run
👉 Run the following command to compile the application for production:
dotnet build --configuration Release
This command generates an optimized production-ready build.
🔬 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.
For more information on customizing the configuration of your SpecFlow project, refer to the SpecFlow Documentation.