- A skeleton framework that will run the test set / cases / steps that are provided.
Please take a few minutes to review the overview below before diving into the code.
Through the use of dependency injection, we aim to use this framework as the central runner of test sets / cases / steps. With the use of interfaces, the behavior of how test sets / cases / steps will be run can be easily tested.
- You must have .Net 6.0 SDK / Runtime installed.