Unity Test Git Integration is a tool to run Unity tests and generate test reports connected to Git commits.
Its main objective is to monitor performance throughout the project.
When committing, you will get a popup that will ask you to run the tests. If you choose to run the tests it will automatically run the tests and store the result linked to the commit.
- All the test results are stored in the folder
TestResultsin the root of the project. - You can load test results from different commits in the
Test History Explorerwindow. - To view the loaded test results you need to open the
Test Reportwindow. You can do this by going toWindow -> General -> Performance Test Report. - To open the
Test History Explorerwindow go toTool -> Unity Test Git Integration -> Test History Explorer. - If you want to run the tests manually you can go to
Tool -> Unity Test Git Integration -> Create Test Report.
This project is licensed under the LGPLv3 License - see the License