You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Emscripten-build-instructions.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ It is possible to run the Emscripten tests in a headless browser. To do this we
221
221
cd ./unittests/CppInterOp/
222
222
```
223
223
224
-
We will run our tests in a fresh installed browser. Installing the browsers, and running the tests within the installed browsers will be platform dependent. To do this on MacOS execute the following
224
+
We will run our tests in a fresh installed browser. Installing the browsers, and running the tests within the installed browsers will be platform dependent. To do this for Chrome and Firefox on MacOS execute the following
To run tests in Safari you can make use of safaridriver. How to enable this will depend on
252
+
your MacOS operating system, and is best to consult [safaridriver](https://developer.apple.com/documentation/webkit/testing-with-webdriver-in-safari). You will also need to install the Selenium
253
+
python package. This only needs to be enable once, and then you can execute the following to run the tests in Safari
Copy file name to clipboardExpand all lines: docs/Emscripten-build-instructions.rst
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ It is possible to run the Emscripten tests in a headless browser. To do this we
244
244
245
245
cd ./unittests/CppInterOp/
246
246
247
-
We will run our tests in a fresh installed browser. Installing the browsers, and running the tests within the installed browsers will be platform dependent. To do this on MacOS execute the following
247
+
We will run our tests in a fresh installed browser. Installing the browsers, and running the tests within the installed browsers will be platform dependent. To do this for Chrome and Firefox on MacOS execute the following
248
248
249
249
.. code:: bash
250
250
@@ -271,6 +271,19 @@ We will run our tests in a fresh installed browser. Installing the browsers, and
271
271
echo"Running DynamicLibraryManagerTests in Google Chrome"
To run tests in Safari you can make use of safaridriver. How to enable this will depend on
275
+
your MacOS operating system, and is best to consult `safaridriver <https://developer.apple.com/documentation/webkit/testing-with-webdriver-in-safari>`_. You will also need to install the Selenium
276
+
python package. This only needs to be enable once, and then you can execute the following to run the tests in Safari
0 commit comments