Skip to content

Commit bcf19da

Browse files
committed
README.md update
1 parent 074c795 commit bcf19da

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,20 @@ Add the following `stepDefinition` assembly to [specflow.json](https://specflow.
3939
]
4040
```
4141

42+
## Reqnroll.NUnit
43+
44+
Currently supports [Reqnroll.NUnit](https://reqnroll.net) 2.4.x.
45+
46+
Install [AqualityTracking.ReqnrollNUnit] NuGet package.
47+
48+
Add the following `stepDefinition` assembly to [reqnroll.json](https://docs.reqnroll.net/latest/installation/configuration.html).
49+
50+
```json
51+
"bindingAssemblies": [
52+
{ "assembly": "AqualityTracking.ReqnrollPlugin" }
53+
]
54+
```
55+
4256
### License
4357

4458
Library's source code is made available under the [Apache 2.0 license](https://github.com/aquality-automation/aquality-tracking-integrations-dotnet/blob/master/LICENSE).

0 commit comments

Comments
 (0)