I know that there is a way for me to pull data out of the NUnit compiler but cannot find the web URLs with the documentation. Essentially it was how to setup a class with getter setters to pull NUnit time run, assert results, name, literally anything I want.
Not sure even if this route would be viable anymore because I am not using SpecRun with NUnit.
My Goal:
- Trying to have a scenario run,
- before it would log when it starts, the name of the scenario and what feature it is in.
- Once finished it would also grab finish time and the result of test case
Once it hits teardown, it would store all this information into a JSON object that I can send off to a DB somewhere to play with however I please.