Skip to content

gman-au/achar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

achar

siren

NuGet Version

Summary

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.

Installation / usage

  1. Add the Achar nuget package to your test project.
  2. In the test project, create a reqnroll.json file 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.

  1. Create and run your feature files accordingly and they should be included in the tests for the project.