Orangebeard.Reqnroll
1.0.3
See the version list below for details.
dotnet add package Orangebeard.Reqnroll --version 1.0.3
NuGet\Install-Package Orangebeard.Reqnroll -Version 1.0.3
<PackageReference Include="Orangebeard.Reqnroll" Version="1.0.3" />
paket add Orangebeard.Reqnroll --version 1.0.3
#r "nuget: Orangebeard.Reqnroll, 1.0.3"
// Install Orangebeard.Reqnroll as a Cake Addin #addin nuget:?package=Orangebeard.Reqnroll&version=1.0.3 // Install Orangebeard.Reqnroll as a Cake Tool #tool nuget:?package=Orangebeard.Reqnroll&version=1.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>
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 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net47 is compatible. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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. |
-
.NETFramework 4.7
- Orangebeard.Client (>= 3.0.5)
- Reqnroll (>= 1.0.0)
-
.NETStandard 2.1
- Orangebeard.Client (>= 3.0.5)
- Reqnroll (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.