Skip to content

Commit

Permalink
Add build status badge to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Jan 15, 2024
1 parent a124cdd commit a774d22
Showing 1 changed file with 2 additions and 62 deletions.
64 changes: 2 additions & 62 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 (<https://dotnet.microsoft.com/platform/support/policy/dotnet-framework>)
- .NET and .NET Core: we are following the same support policy as Microsoft (<https://dotnet.microsoft.com/platform/support/policy/dotnet-core>)

## 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)

0 comments on commit a774d22

Please sign in to comment.