Cosmos/Docs/articles/Tests/TestRunner.md
José Pedro 19b800b5fe
Use docfx for docs.
Docs cleanup.
2020-02-12 17:56:43 +00:00

12 lines
647 B
Markdown

# TestRunner
## Description
TestRunner is used to run Kernel Tests using the tests at a specified location and can run each kernel in multiple targets to ensure full compatibility and stability accross these targets.
TestRunner generates a result file upon completion to detail the results of the tests.
## Configuration
Editing the configuration for TestRunner can be done by editing [DefaultEngineConfiguration](https://github.com/CosmosOS/Cosmos/blob/master/Tests/Cosmos.TestRunner.Core/DefaultEngineConfiguration.cs#L6) in ..\Tests\TestRunner\TestRunner.Core
## Project Location
The TestRunner Projects are located in ..\Tests\TestRunner