From ad44cfa148a89bda1161c6a24b8cfabb70fc80d3 Mon Sep 17 00:00:00 2001 From: Andreas Willich Date: Thu, 29 Jul 2021 15:08:42 +0200 Subject: [PATCH] add links --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ab0aaf8f..bb2be39b6 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,21 @@ SpecFlow is a pragmatic BDD solution for .NET. It provides test automation for .NET (.NET Framework, .NET Core and Mono), based on the Gherkin specification language and integrates to Visual Studio. -- Getting started using SpecFlow: [https://specflow.org/getting-started/](https://specflow.org/getting-started/) + +**Useful Links** - Project website: [https://www.specflow.org](https://www.specflow.org) -- Documentation: [https://docs.specflow.org](https://docs.specflow.org) +- [Documentation](https://specflow.org/documentation/) +- [Getting Started](https://specflow.org/getting-started/) +- [FAQ](https://specflow.org/documentation/FAQ/) +- [BDD](https://specflow.org/learn/bdd/) +- [Given-When-Then](https://specflow.org/learn/given-when-then-with-style/) +- [SpecFlow on GitHub](https://github.com/SpecFlowOSS/SpecFlow) +- [SpecFlow for Visual Studio on GitHub](https://github.com/SpecFlowOSS/SpecFlow.VisualStudio) +- [SpecFlow issues on GitHub](https://github.com/SpecFlowOSS/SpecFlow/issues) +- [Privacy Policy](https://specflow.org/privacy-policy/) - Discussion group in our community: [https://specflow.org/community](https://specflow.org/community) + For questions please post them in our [community discussion group](https://support.specflow.org/hc/en-us/community/topics). For issues/bugs please use the [issue tracker on GitHub](https://github.com/SpecFlowOSS/SpecFlow/issues).