-
Notifications
You must be signed in to change notification settings - Fork 108
Add READMEs and XML documentation to all NuGet packages #844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
a6693c1
7a70f10
0a41b26
d01d9a3
3eb6338
1392e15
821f5d9
26ee352
b4f0512
12cb681
581e140
57093b1
4ca5580
1c6947d
7447976
2c8d598
1fd6c2c
fc2087a
d0062d8
9735ae7
0c90b50
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| Reqnroll.Autofac provides [Autofac](https://github.com/autofac/Autofac) dependency injection integration for Reqnroll. | ||
|
|
||
| Plugin supports both registration of dependencies globally and per scenario | ||
|
|
||
| ## Documentation | ||
|
|
||
| For more information about using dependency injection with Reqnroll, see [Autofac - Reqnroll documentation](https://docs.reqnroll.net/latest/integrations/autofac.html). | ||
|
|
||
| ## Support | ||
|
|
||
| - [Reqnroll Documentation](https://docs.reqnroll.net/) | ||
| - [GitHub Issues](https://github.com/reqnroll/Reqnroll/issues) | ||
| - [Community Discussions](https://github.com/reqnroll/Reqnroll/discussions) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| Reqnroll.CustomPlugin provides a sample custom plugin for Reqnroll. | ||
|
|
||
| This package serves as a template and example for creating custom plugins that extend Reqnroll functionality. It demonstrates how to create custom generators, transformations, and other extensions. | ||
|
|
||
| ## Support | ||
|
|
||
| - [Reqnroll Documentation](https://docs.reqnroll.net/) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| - [GitHub Issues](https://github.com/reqnroll/Reqnroll/issues) | ||
| - [Community Discussions](https://github.com/reqnroll/Reqnroll/discussions) | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| Reqnroll.ExternalData provides external data loading capabilities for Reqnroll scenarios. | ||
|
|
||
| The Reqnroll ExternalData plugin lets teams separate test data from test scenarios, and reuse examples across a large set of scenarios. This is particularly helpful when a common set of examples needs to be consistently verified in different scenarios. | ||
|
|
||
| Supported Data Sources: CSV, JSON, and excel files | ||
|
|
||
| ## Documentation | ||
|
|
||
| For more information about using external data with Reqnroll, see [External Data Plugin - Reqnroll documentation](https://docs.reqnroll.net/latest/integrations/externaldata.html). | ||
|
|
||
| ## Support | ||
|
|
||
| - [Reqnroll Documentation](https://docs.reqnroll.net/) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| - [GitHub Issues](https://github.com/reqnroll/Reqnroll/issues) | ||
| - [Community Discussions](https://github.com/reqnroll/Reqnroll/discussions) | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| Reqnroll.MSTest enables using Reqnroll with [MSTest v2 test framework](https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-csharp-with-mstest). | ||
|
|
||
| This package provides integration between Reqnroll and MSTest v2, allowing you to write BDD tests using Gherkin syntax that run with the MSTest test framework. | ||
|
|
||
| ## Documentation | ||
|
|
||
| For more information about using Reqnroll with MSTest, visit the [MSTest - Reqnroll documentation](https://docs.reqnroll.net/latest/integrations/mstest.html). | ||
|
|
||
| ## Support | ||
|
|
||
| - [Reqnroll Documentation](https://docs.reqnroll.net/) | ||
| - [GitHub Issues](https://github.com/reqnroll/Reqnroll/issues) | ||
| - [Community Discussions](https://github.com/reqnroll/Reqnroll/discussions) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| Reqnroll.Microsoft.Extensions.DependencyInjection provides [Microsoft.Extensions.DependencyInjection](https://learn.microsoft.com/en-us/dotnet/core/extensions/dependency-injection-usage) integration for Reqnroll. | ||
|
|
||
| This package enables Reqnroll to use the standard .NET dependency injection container for resolving step definitions, hooks, and other dependencies in your BDD tests. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "standard .NET dependency injection container": I wouldn't call it "standard" (despite what MS thinks). I would say "This package enables Reqnroll to dependency injection container from the Microsoft.Extensions.DependencyInjection package for ..." |
||
|
|
||
| ## Documentation | ||
|
|
||
| For more information about using dependency injection with Reqnroll, see [Microsoft.Extensions.DependencyInjection - Reqnroll documentation](https://docs.reqnroll.net/latest/integrations/dependency-injection.html). | ||
|
|
||
| ## Support | ||
|
|
||
| - [Reqnroll Documentation](https://docs.reqnroll.net/) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| - [GitHub Issues](https://github.com/reqnroll/Reqnroll/issues) | ||
| - [Community Discussions](https://github.com/reqnroll/Reqnroll/discussions) | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| Reqnroll.NUnit enables using Reqnroll with [NUnit test framework](https://nunit.org/). | ||
|
|
||
| This package provides integration between Reqnroll and NUnit, allowing you to write BDD tests using Gherkin syntax that run with the NUnit test framework. | ||
|
|
||
| ## Documentation | ||
|
|
||
| For more information about using Reqnroll with NUnit, see [NUnit - Reqnroll documentation](https://docs.reqnroll.net/latest/integrations/nunit.html). | ||
|
|
||
| ## Support | ||
|
|
||
| - [Reqnroll Documentation](https://docs.reqnroll.net/) | ||
| - [GitHub Issues](https://github.com/reqnroll/Reqnroll/issues) | ||
| - [Community Discussions](https://github.com/reqnroll/Reqnroll/discussions) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| Reqnroll.SpecFlowCompatibility provides compatibility layer for migrating from SpecFlow to Reqnroll. | ||
|
|
||
| This package helps ease the [migration from SpecFlow](https://docs.reqnroll.net/latest/guides/migrating-from-specflow.html) by providing compatibility shims and adapters, allowing you to gradually migrate your existing SpecFlow tests to Reqnroll. | ||
|
|
||
| ## Support | ||
|
|
||
| - [Reqnroll Documentation](https://docs.reqnroll.net/) | ||
| - [GitHub Issues](https://github.com/reqnroll/Reqnroll/issues) | ||
| - [Community Discussions](https://github.com/reqnroll/Reqnroll/discussions) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| Reqnroll.TUnit enables using Reqnroll with TUnit test framework. | ||
|
|
||
| This package provides integration between Reqnroll and [TUnit](https://tunit.dev/), allowing you to write BDD tests using Gherkin syntax that run with the TUnit test framework. | ||
|
|
||
| ## Support | ||
|
|
||
| - [Reqnroll Documentation](https://docs.reqnroll.net/) | ||
| - [GitHub Issues](https://github.com/reqnroll/Reqnroll/issues) | ||
| - [Community Discussions](https://github.com/reqnroll/Reqnroll/discussions) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be "Reqnroll.CustomPlugin provides the required dependencied for writing custom Reqnroll generator extensions."