Run tests from the command line
Run tests from the Editor command line with Unity Test Framework's command-line arguments.
Read time 1 minuteLast updated 13 days ago
You can run a test project from the Unity Editor command line. The following example demonstrates this on Windows:
Unity.exe -runTests -batchmode -projectPath PATH_TO_YOUR_PROJECT -testResults C:\temp\results.xml -testPlatform PS4
For the full list of Editor command line arguments provided by Unity Test Framework, refer to Command-line reference.