Orangebeard.SpecFlow 2.0.2

dotnet add package Orangebeard.SpecFlow --version 2.0.2
NuGet\Install-Package Orangebeard.SpecFlow -Version 2.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Orangebeard.SpecFlow" Version="2.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Orangebeard.SpecFlow --version 2.0.2
#r "nuget: Orangebeard.SpecFlow, 2.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Orangebeard.SpecFlow as a Cake Addin
#addin nuget:?package=Orangebeard.SpecFlow&version=2.0.2

// Install Orangebeard.SpecFlow as a Cake Tool
#tool nuget:?package=Orangebeard.SpecFlow&version=2.0.2

<h1 align="center"> <a href="https://github.com/orangebeard-io/SpecFlow-Plugin"> <img src="https://raw.githubusercontent.com/orangebeard-io/SpecFlow-Plugin/main/.github/logo.svg" alt="Orangebeard.io FitNesse TestSystemListener" height="200"> </a> <br>Orangebeard.io SpecFlow Plugin<br> </h1>

<h4 align="center">A Plugin to report Specflow tests in Orangebeard.</h4>

<p align="center"> <a href="https://github.com/orangebeard-io/SpecFlow-Plugin/blob/main/LICENSE.txt"> <img src="https://img.shields.io/github/license/orangebeard-io/SpecFlow-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.config.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" ]
  },
  "rootNamespaces": [ "OptionalRootNameSpace" ]
}

Now run your test as you normally do and see the results find their way to Orangebeard!

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.2 55 4/4/2024
2.0.1 111 2/14/2024
1.1.1 269 11/1/2023
1.0.1 1,054 8/26/2022
1.0.0.5 409 8/10/2022
1.0.0.4 423 8/10/2022
1.0.0.3 454 7/5/2022
1.0.0.2 750 6/29/2021
1.0.0.1 293 6/25/2021