Qart is a generic framework for System and Acceptance Testing [1]. In order to write tests for your system, you need to augment Qart with the domain specific logic; Qart then manages testing execution and reporting for you, called from within a CI system and/or locally from a developer's machine. Qart also provides basic infrastructure to help writing the domain specific extensions.
You can install Qart from NuGet.
Install-Package Qart.CyberTester
For more details on Qart see the manual. If you'd like to submit a pull request or raise an issue, please read the document on contributing.