Reqnroll - open-source .NET BDD frameworkCheck out our Quickstart guide and the Reqnroll documentation. Reqnroll is an open-source Cucumber-style BDD test automation framework for .NET. It has been created as a reboot of the SpecFlow project. Reqnroll enables writing executable specifications for BDD using Gherkin, the widely-accepted feature file specification format. With that you can define the requirements using Given-When-Then style scenarios and turn them to automated tests in order to verify their implementation. Reqnroll works on all major operating systems (Windows, Linux, macOS), on all commonly used .NET implementations (including .NET Framework 4.6.2+ and .NET 8.0). For executing the automated scenarios, Reqnroll can use MsTest, NUnit or xUnit. Reqnroll projects can be authored using Visual Studio 2022, Visual Studio Core and Rider, but you can also use Reqnroll without any IDE. Since Reqnroll is based on SpecFlow, you can use your SpecFlow knowledge to work with Reqnroll and it is also very easy to port an existing SpecFlow project to Reqnroll. You can check out our detailed migration guide. Read more on the Reqnroll website. Please help us and the other users by rating this package! Useful Links
Reqnroll is licensed under the BSD-3-Clause license. Copyright (c) 2024 Reqnroll The extension is built based on the Deveroom for SpecFlow Visual Studio extension, created by Gaspar Nagy (Spec Solutions) and the SpecFlow for Visual Studio 2022 extension, maintained by Tricentis. |