ReqnRoll
Quick Start
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.jsonand 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