Skip to content

Commit aa0d610

Browse files
Fix typo in marketplace description
It's VS Core right?
1 parent 718b02f commit aa0d610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.marketplace/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Reqnroll is an open-source Cucumber-style BDD test automation framework for .NET
66

77
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.
88

9-
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+). For executing the automated scenarios, Reqnroll can use MsTest, NUnit, xUnit or TUnit. Reqnroll projects can be authored using Visual Studio 2022 and 2026, Visual Studio Core and Rider, but you can also use Reqnroll without any IDE.
9+
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+). For executing the automated scenarios, Reqnroll can use MsTest, NUnit, xUnit or TUnit. Reqnroll projects can be authored using Visual Studio 2022 and 2026, Visual Studio Code and Rider, but you can also use Reqnroll without any IDE.
1010

1111
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](https://go.reqnroll.net/guide-migrating-from-specflow).
1212

0 commit comments

Comments
 (0)