Skip to main content

ReqnRoll

Quick Start

Connecting Reqnroll

This video is hosted on YouTube. Playing it may transfer data to YouTube and set cookies. Click 'Accept' below to accept and enable all YouTube videos on this site.

Installation

  • Reference the plugin in your solution and make sure it is copied to your output directory. The plugin is available on NuGet: Orangebeard.Reqnroll
  • Optional: Add a hooks file for custom runtime hooks (see HooksExample.cs).
  • Create orangebeard.json and set it to copy to the output directory:

The source code can be found on GitHub: ReqnRoll Plugin

{
"enabled": true,
"server": {
"url": "https://app.orangebeard.io/{ORGANIZATION}",
"project": "PROJECT_NAME",
"authentication": {
"accessToken": "LISTENER_TOKEN"
}
},
"testSet": {
"name": "Test run name",
"description": "test run description",
"attributes": [ "tag1", "somekey:somevalue" ]
}
}

Usage

Run your tests as you normally would. Results are reported to Orangebeard automatically.

Ask Orangebeard