ReqnRoll
Install
- Reference the Plugin in your Solution, make sure it is copied to your output directory (You can find the Plugin on Nuget: Orangebeard.Reqnroll
- Optional: Add hooks file for custom runtime hooks (see HooksExample.cs)
- create orangebeard.json (and set it to copy to output dir):
The source code can be found on GitHub: ReqnRoll Plugin
{
"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" ]
}
}
Usage
Run your test as you normally do and see the results find their way to Orangebeard!