Skip to content

Commit c426fbf

Browse files
committed
update README.md
1 parent b02a1af commit c426fbf

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ The Reqnroll version to be used in the samples is set to the current local versi
88

99
The repository contains the following test project sets:
1010

11-
* [ReqnrollCalculator](ReqnrollCalculator): This is a simple generic default go-to project to test Reqnroll.
11+
* [BigReqnrollProject](BigReqnrollProject): A project with 5000 scenarios (500 feature files, 10 scenarios each) for testing performance. You can reduce the size by deleting feature files.
1212
* [CleanReqnrollProject](CleanReqnrollProject): Fresh Reqnroll projects (not migrated from SpecFlow) for different target frameworks and test execution frameworks.
13-
* [SpecFlowCompatibilityProject](SpecFlowCompatibilityProject): Projects migrated from SpecFlow using the `Reqnroll.SpecFlowCompatibility` package.
13+
* [CustomPlugins](CustomPlugins): Reqnroll custom generator plugin sample project.
14+
* [ParallelExecution](ParallelExecution): Reqnroll projects for all three test execution frameworks for testing parallel execution.
15+
* [ReqnrollCalculator](ReqnrollCalculator): This is a simple generic default go-to project to test Reqnroll.
1416
* [ReqnrollPlugins](ReqnrollPlugins): Sample projects for every plugin that is maintained by the Reqnroll organization.
15-
* [BigReqnrollProject](BigReqnrollProject): A project with 5000 scenarios (500 feature files, 10 scenarios each) for testing performance. You can reduce the size by deleting feature files.
17+
* [SpecFlowCompatibilityProject](SpecFlowCompatibilityProject): Projects migrated from SpecFlow using the `Reqnroll.SpecFlowCompatibility` package.
1618
* [SpecFlowProject](SpecFlowProject): SpecFlow project for testing migration or Visual Studio extension SpecFlow project support.
1719
* [TestFrameworkSamples](TestFrameworkSamples): A sample project for each supported test execution framework (MsTest, NUnit, xUnit), showing the capabilities of the framework itself. Useful for considering support for these capabilities or for testing the test framework behavior with different versions.
20+
* [VisualBasicProject](VisualBasicProject): Reqnroll projects for all three test execution frameworks using Visual Basic projects and code behind.

0 commit comments

Comments
 (0)