diff --git a/docs/guides/how-to-change-test-execution-framework.md b/docs/guides/how-to-change-test-execution-framework.md index aae81bd0a..056180f21 100644 --- a/docs/guides/how-to-change-test-execution-framework.md +++ b/docs/guides/how-to-change-test-execution-framework.md @@ -1,8 +1,8 @@ # How to change the test execution framework used by Reqnroll -% TODO -```{admonition} Documentation is in progress -:class: warning +To change the test execution framework, reference the relevant NuGet Reqnroll package. For details see: +* [xUnit](../integrations/xunit.md) +* [NUnit](../integrations/nunit.md) +* [MSTest](../integrations/mstest.md) -This documentation page is in progress. Please come back later or help contributing to it in out [open-source GitHub project](https://github.com/reqnroll/Reqnroll). -``` +Only one test execution framework can be referenced by a Reqnroll project at a given time. diff --git a/docs/help/faq.md b/docs/help/faq.md index 6364b278a..d8ff3c47c 100644 --- a/docs/help/faq.md +++ b/docs/help/faq.md @@ -1,8 +1,29 @@ # Frequently Asked Questions -% TODO -```{admonition} Documentation is in progress -:class: warning +**What is Reqnroll?** -This documentation page is in progress. Please come back later or help contributing to it in out [open-source GitHub project](https://github.com/reqnroll/Reqnroll). -``` +[Reqnroll](../index.md) is an open-source .NET test automation tool to practice Behavior Driven Development (BDD). + +**Is Reqnroll a replacement of SpecFlow?** + +Yes. Reqnroll was forked from SpecFlow and it constantly being extended and fixed. Last commit to SpecFlow GitHub repo happened in 2022. + +**What license does Reqnroll use?** + +BSD 3-Clause License. + +**What is BDD?** + +BDD stands for [Behavior Driven Development](https://en.wikipedia.org/wiki/Behavior-driven_development). + +**How can I contribute?** + +Reqnroll code is hosted in GitHub, constributors are welcome - see [CONTRIBUTING.md](https://github.com/reqnroll/Reqnroll/blob/main/CONTRIBUTING.md) for details. + +**Which .NET versions are supported?** + +All modern-ish versions of .NET and .NET Framework are [compatible](../installation/compatibility.md). + +**Where can I found Reqnroll NuGet packages?** + +In the [official NuGet](https://www.nuget.org/profiles/Reqnroll).