diff --git a/Assets/UITest/README.txt b/Assets/UITest/README.txt index 300ffa4..83b2312 100644 --- a/Assets/UITest/README.txt +++ b/Assets/UITest/README.txt @@ -3,7 +3,7 @@ This version of framework is supported by ***Unity 2017*** and later. Comparing to the previous version it is integrated with Unity PlayMode Test Runner instead of custom runner implementation. -Note that running PlayMode tests from command line is not currently supported by Unity. https://docs.unity3d.com/Manual/testing-editortestsrunner.html +Note that running tests in platform players (for example Standalone, Android, or iOS) from command line is not currently supported by Unity. https://docs.unity3d.com/Manual/testing-editortestsrunner.html If you would like to execute tests from command line or write tests for older Unity versions check out previous version of the framework https://github.com/taphos/unity-uitest/tree/1.0 diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index be0fa83..892dcbb 100644 Binary files a/ProjectSettings/ProjectSettings.asset and b/ProjectSettings/ProjectSettings.asset differ diff --git a/README.md b/README.md index 300ffa4..83b2312 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This version of framework is supported by ***Unity 2017*** and later. Comparing to the previous version it is integrated with Unity PlayMode Test Runner instead of custom runner implementation. -Note that running PlayMode tests from command line is not currently supported by Unity. https://docs.unity3d.com/Manual/testing-editortestsrunner.html +Note that running tests in platform players (for example Standalone, Android, or iOS) from command line is not currently supported by Unity. https://docs.unity3d.com/Manual/testing-editortestsrunner.html If you would like to execute tests from command line or write tests for older Unity versions check out previous version of the framework https://github.com/taphos/unity-uitest/tree/1.0