Skip to content

This package allow you to automatically run unity tests on Git commit and create an history of the results. This makes it possible to monitor performance throughout the project.

Notifications You must be signed in to change notification settings

goldor8/UnityTestGitIntegration

Repository files navigation

Unity Test Git Integration

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.

Usefull informations

  • All the test results are stored in the folder TestResults in the root of the project.
  • You can load test results from different commits in the Test History Explorer window.
  • To view the loaded test results you need to open the Test Report window. You can do this by going to Window -> General -> Performance Test Report.
  • To open the Test History Explorer window go to Tool -> 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.

License

This project is licensed under the LGPLv3 License - see the License

About

This package allow you to automatically run unity tests on Git commit and create an history of the results. This makes it possible to monitor performance throughout the project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages