Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 527 Bytes

File metadata and controls

19 lines (13 loc) · 527 Bytes

Testing

Testing in Unity

If you want to run tests in Unity, use Unity >5.3.0.

  1. Open Unity.
  2. Create a Unity project within this cloned folder.
  3. Click on Window > Editor Tests Runner.
  4. In the opened Editor Tests Runner click "Run All".

Testing in Terminal using Headless Unity

Headless Unity is basically Unity running Editor tests without the GUI. When running these tests, ensure that Unity is not open.

To run tests in Headless Unity run the following command:

$ scripts/test_unity.sh