This is essentially a library of opinionated SpecFlow / ReqnRoll testing verbiage that can be referenced in a single package and used to generate automated API and / or UI testing.
- Add the Achar nuget package to your test project.
- In the test project, create a
reqnroll.jsonfile containing the following:
{
"$schema": "https://schemas.reqnroll.net/reqnroll-config-latest.json",
"bindingAssemblies": [
{
"assembly": "Achar.Infrastructure.ReqnRoll"
}
]
}This will ensure that the Achar infrastructure and DI will be loaded prior to running the tests.
- Create and run your feature files accordingly and they should be included in the tests for the project.
