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