Skip to content

Commit

Permalink
fixed iOS + added WebGL (#1694)
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianatodoran authored Oct 22, 2024
1 parent 466e3e1 commit fa2a782
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions Docs/source/pages/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Before running your tests you need to start the instrumented Unity application.
Prerequisites:
* Have IProxy installed: ``brew install libimobiledevice``
* Use the Unity Hub to install iOS Build Support
Steps:
Expand All @@ -210,13 +210,6 @@ Before running your tests you need to start the instrumented Unity application.
Check the following link to see how to build and run your app for iOS (.ipa file) -- :alttesteriphoneblog:`link <>`
.. note::
You can switch between the regular and the AltTester® input by toggling the box with the `AltTester® Input` label. Take into consideration that if you are using the New Input System, then after activating the AltTester® input, you will only be able to interact with the instrumented build via your automated tests or the AltTester® Desktop.
```

<!--
.. tab:: WebGL
Prerequisites:
Expand All @@ -228,7 +221,12 @@ Before running your tests you need to start the instrumented Unity application.
1. Open AltTester® Editor
2. In platform section select WebGL
3. Click Build & Run
-->
.. note::
You can switch between the regular and the AltTester® input by toggling the box with the `AltTester® Input` label. Take into consideration that if you are using the New Input System, then after activating the AltTester® input, you will only be able to interact with the instrumented build via your automated tests or the AltTester® Desktop.
```

## Write and execute first test for your app

Expand All @@ -255,7 +253,7 @@ AltTester® package contains AltDriver class used to connect to the instrumented
.. tabs::
.. tab:: Unity Editor & PC
.. tab:: Unity Editor, PC & WebGL
.. literalinclude:: ../_static/examples~/get-started/csharp-test.cs
:language: c#
Expand Down Expand Up @@ -322,7 +320,7 @@ AltTester® package contains AltDriver class used to connect to the instrumented
.. tabs::
.. tab:: Unity Editor & PC
.. tab:: Unity Editor, PC & WebGL
.. literalinclude:: ../_static/examples~/get-started/csharp-test.cs
:language: c#
Expand Down Expand Up @@ -388,7 +386,7 @@ AltTester® package contains AltDriver class used to connect to the instrumented
.. tabs::
.. tab:: Unity Editor & PC
.. tab:: Unity Editor, PC & WebGL
.. literalinclude:: ../_static/examples~/get-started/java-test.java
:language: java
Expand Down Expand Up @@ -470,7 +468,7 @@ AltTester® package contains AltDriver class used to connect to the instrumented
.. tabs::
.. tab:: Unity Editor & PC
.. tab:: Unity Editor, PC & WebGL
.. literalinclude:: ../_static/examples~/get-started/python-test.py
:language: py
Expand Down Expand Up @@ -543,7 +541,7 @@ AltTester® package contains AltDriver class used to connect to the instrumented
.. tabs::
.. tab:: Unity Editor & PC
.. tab:: Unity Editor, PC & WebGL
.. literalinclude:: ../_static/examples~/get-started/robot-test.robot
:language: robot
Expand Down

0 comments on commit fa2a782

Please sign in to comment.