From a774d22f86e51abc114adbab550d16da87c21392 Mon Sep 17 00:00:00 2001 From: Gaspar Nagy Date: Mon, 15 Jan 2024 15:58:05 +0100 Subject: [PATCH] Add build status badge to README.md --- README.md | 64 ++----------------------------------------------------- 1 file changed, 2 insertions(+), 62 deletions(-) diff --git a/README.md b/README.md index 0f65aceb4..fe4b2682e 100644 --- a/README.md +++ b/README.md @@ -1,63 +1,3 @@ -# Reqnroll - Cucumber for .NET +# Reqnroll -Reqnroll 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. - - -**Useful Links** -- Project website: [https://www.reqnroll.net](https://www.reqnroll.net) -- [Documentation](https://reqnroll.net/documentation/) -- [Getting Started](https://reqnroll.net/getting-started/) -- [FAQ](https://docs.reqnroll.net/en/latest/faqs.html) -- [BDD](https://reqnroll.net/learn/bdd/) -- [Given-When-Then](https://reqnroll.net/learn/given-when-then-with-style/) -- [Reqnroll on GitHub](https://github.com/reqnroll/Reqnroll) -- [Reqnroll for Visual Studio on GitHub](https://github.com/reqnroll/Reqnroll.VisualStudio) -- [Reqnroll issues on GitHub](https://github.com/reqnroll/Reqnroll/issues) -- [Privacy Policy](https://reqnroll.net/privacy-policy/) -- Discussion group in our community: [https://reqnroll.net/community](https://reqnroll.net/community) - - -For questions please post them in our [community discussion group](https://support.reqnroll.net/hc/en-us/community/topics). - -For issues/bugs please use the [issue tracker on GitHub](https://github.com/reqnroll/Reqnroll/issues). - -Supported .NET Versions: - -- .NET Framework: >= 4.6.1: we are following the same support policy as Microsoft () -- .NET and .NET Core: we are following the same support policy as Microsoft () - -## Build status -Continuous integration: [![Build Status](https://dev.azure.com/reqnroll/Reqnroll/_apis/build/status/Reqnroll.CI?branchName=master)](https://dev.azure.com/reqnroll/Reqnroll/_build/latest?definitionId=2&branchName=master) - -## Deployment status - -Unit Tests: ![Unit Tests](https://vsrm.dev.azure.com/reqnroll/_apis/public/Release/badge/4d755a95-f4b3-45f5-abb5-aeccc2b85d15/1/1) - -General Specs: ![General Specs](https://vsrm.dev.azure.com/reqnroll/_apis/public/Release/badge/4d755a95-f4b3-45f5-abb5-aeccc2b85d15/1/76) - -xUnit Integration Tests: ![windows2022](https://vsrm.dev.azure.com/reqnroll/_apis/public/Release/badge/4d755a95-f4b3-45f5-abb5-aeccc2b85d15/1/71) ![windows2019](https://vsrm.dev.azure.com/reqnroll/_apis/public/Release/badge/4d755a95-f4b3-45f5-abb5-aeccc2b85d15/1/73) - -NUnit Integration Tests: ![windows2022](https://vsrm.dev.azure.com/reqnroll/_apis/public/Release/badge/4d755a95-f4b3-45f5-abb5-aeccc2b85d15/1/77) ![windows2019](https://vsrm.dev.azure.com/reqnroll/_apis/public/Release/badge/4d755a95-f4b3-45f5-abb5-aeccc2b85d15/1/74) - -MSTest Integration Tests: ![windows2022](https://vsrm.dev.azure.com/reqnroll/_apis/public/Release/badge/4d755a95-f4b3-45f5-abb5-aeccc2b85d15/1/78) ![windows2019](https://vsrm.dev.azure.com/reqnroll/_apis/public/Release/badge/4d755a95-f4b3-45f5-abb5-aeccc2b85d15/1/75) - -Published to MyGet: ![Published to MyGet](https://reqnroll.vsrm.visualstudio.com/_apis/public/Release/badge/4d755a95-f4b3-45f5-abb5-aeccc2b85d15/1/5) - -CI NuGet Package feed: https://www.myget.org/F/reqnroll/api/v3/index.json - -## Contributing - -Developer Discord channel: -[#contributing](https://go.reqnroll.net/join-contributing-on-discord) - -The main development happens on the master branch. - -If you are interested in contributing, there is some useful information on this page: [Contributing](https://github.com/reqnroll/Reqnroll/blob/master/CONTRIBUTING.md). - -## Writing plugins - -Plugin- Developer- Discord channel: [#plugin-development](https://go.reqnroll.net/join-plugin-development-on-discord) - -## Copyright - -Copyright (c) Reqnroll. See [LICENSE](https://go.reqnroll.net/license) for details. +[![CI](https://github.com/reqnroll/Reqnroll/actions/workflows/ci.yml/badge.svg)](https://github.com/reqnroll/Reqnroll/actions/workflows/ci.yml) \ No newline at end of file