Orangebeard.Reqnroll
3.0.3
dotnet add package Orangebeard.Reqnroll --version 3.0.3
NuGet\Install-Package Orangebeard.Reqnroll -Version 3.0.3
<PackageReference Include="Orangebeard.Reqnroll" Version="3.0.3" />
<PackageVersion Include="Orangebeard.Reqnroll" Version="3.0.3" />
<PackageReference Include="Orangebeard.Reqnroll" />
paket add Orangebeard.Reqnroll --version 3.0.3
#r "nuget: Orangebeard.Reqnroll, 3.0.3"
#:package Orangebeard.Reqnroll@3.0.3
#addin nuget:?package=Orangebeard.Reqnroll&version=3.0.3
#tool nuget:?package=Orangebeard.Reqnroll&version=3.0.3
<h1 align="center"> <a href="https://github.com/orangebeard-io/ReqnRoll-Plugin"> <img src="https://raw.githubusercontent.com/orangebeard-io/ReqnRoll-Plugin/main/.github/logo.svg" alt="Orangebeard.io FitNesse TestSystemListener" height="200"> </a> <br>Orangebeard.io ReqnRoll Plugin<br> </h1>
<h4 align="center">A Plugin to report ReqnRoll tests in Orangebeard.</h4>
<p align="center"> <a href="https://github.com/orangebeard-io/ReqnRoll-Plugin/blob/main/LICENSE.txt"> <img src="https://img.shields.io/github/license/orangebeard-io/ReqnRoll-Plugin?style=flat-square" alt="License" /> </a> </p>
<div align="center"> <h4> <a href="https://orangebeard.io">Orangebeard</a> | <a href="#build">Build</a> | <a href="#install">Install</a> </h4> </div>
Compatibility
Version 3.x.x plugin is compatible with ReqnRoll 3.x only. If you are on Reqnroll 2.x, use v1.x of the plugin.
Build
- Clone this repository
- Open in a .Net IDE
- Reference the Orangebeard.Client DLL (Find it on NuGet)
- Build the Plugin DLL
Install
- Reference the Plugin in your Solution, make sure it is copied to your output directory (You can find the Plugin on Nuget!)
- Optional: Add hooks file for custom runtime hooks (see HooksExample.cs)
- create orangebeard.json (and set it to copy to output dir):
{
"enabled": true,
"server": {
"url": "https://my.orangebeard.app/",
"project": "MY_PROJECT_NAME",
"authentication": {
"accessToken": "MY_AUTH_TOKEN"
}
},
"testSet": {
"name": "Test run name",
"description": "test run description",
"attributes": [ "tag1", "somekey:somevalue" ]
}
}
Now run your test as you normally do and see the results find their way to Orangebeard!
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- NUnit (>= 3.13.3)
- Orangebeard.Client (>= 3.1.0)
- Reqnroll (>= 3.3.0)
-
net8.0
- NUnit (>= 3.13.3)
- Orangebeard.Client (>= 3.1.0)
- Reqnroll (>= 3.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.