Unity Unit testing
How to use the Integration Test Framework is the guide from offical repo
Writing Integration Tests For Unity3D Projects
- Suggests writing dynamic integration test on real game scene. This might be hard to maintain if you don't have discipline.