From 7ed1306b70eb543f4c6ea26505bb1a6bc33ef349 Mon Sep 17 00:00:00 2001 From: Steve Halliwell Date: Mon, 14 Oct 2019 20:59:12 +1000 Subject: [PATCH] Update README.md --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index ae664d56..81d802df 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,4 @@ To contribute to the documentation please send in a pull request with the change Running the automated tests =========================== -The Unity Test Tools contains a tool called the Platform Runner which builds and runs all the test scenes automatically. - -There is currently an issue with the Unity Test Tools on OSX that prevents the Platform Runner running all tests in the project. You can open each scene in the Tests folder individually and use the Unity Test Runner window to run all tests in the editor. - -On Windows: -1. Open the Platform Runner via Unity Test Tools > Platform Runner -2. Select the platforms and tests you wish to run (defaults to running all). -3. Run the tests and wait for the results. All tests should pass. - - +The Unity Test Runner is used for testing some underlying elements. Far more are desired and PRs in this area would most welcome.