summaryrefslogtreecommitdiff
path: root/Library/PackageCache/com.unity.test-framework@1.1.11/Documentation~/getting-started.md
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-04-19 17:19:32 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-04-19 17:19:32 -0400
commitc55fba8ab2a1c9d3df65eda4a5a1e957f4aa1f78 (patch)
treeee4d51c7c1d633e11f46453ef1edd3c77c4ef9f7 /Library/PackageCache/com.unity.test-framework@1.1.11/Documentation~/getting-started.md
downloadProject-Sandbox-c55fba8ab2a1c9d3df65eda4a5a1e957f4aa1f78.tar.gz
Project-Sandbox-c55fba8ab2a1c9d3df65eda4a5a1e957f4aa1f78.tar.bz2
Project-Sandbox-c55fba8ab2a1c9d3df65eda4a5a1e957f4aa1f78.zip
Inital commit
Diffstat (limited to 'Library/PackageCache/com.unity.test-framework@1.1.11/Documentation~/getting-started.md')
-rw-r--r--Library/PackageCache/com.unity.test-framework@1.1.11/Documentation~/getting-started.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/Library/PackageCache/com.unity.test-framework@1.1.11/Documentation~/getting-started.md b/Library/PackageCache/com.unity.test-framework@1.1.11/Documentation~/getting-started.md
new file mode 100644
index 0000000..b894e16
--- /dev/null
+++ b/Library/PackageCache/com.unity.test-framework@1.1.11/Documentation~/getting-started.md
@@ -0,0 +1,18 @@
+# Getting started with Unity Test Framework
+
+To access the Unity Test Framework (UTF) in the Unity Editor, open the **Test Runner** window; go to **Window** > **General** > **Test Runner**.
+
+![Unity Test Runner window](./images/test-runner-window.png)
+
+To get started with UTF, follow the workflows below:
+
+* [How to create a new test assembly](./workflow-create-test-assembly.md)
+* [How to create a test](./workflow-create-test.md)
+* [How to run a test](./workflow-run-test.md)
+* [How to create a Play Mode test](./workflow-create-playmode-test.md)
+* [How to run a Play Mode test as standalone](./workflow-run-playmode-test-standalone.md)
+
+
+
+For further information, see the [resources](./resources.md) and [reference](./manual.md#reference) sections.
+