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
@@ -222,7 +222,7 @@ It is possible to run the Emscripten tests in a headless browser. To do this we
222
222
cd ./unittests/CppInterOp/
223
223
```
224
224
225
-
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
225
+
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
253
+
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
254
+
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
@@ -245,7 +245,7 @@ It is possible to run the Emscripten tests in a headless browser. To do this we
245
245
246
246
cd ./unittests/CppInterOp/
247
247
248
-
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
248
+
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
249
249
250
250
.. code:: bash
251
251
@@ -272,6 +272,19 @@ We will run our tests in a fresh installed browser. Installing the browsers, and
272
272
echo"Running DynamicLibraryManagerTests in Google Chrome"
To run tests in Safari you can make use of safaridriver. How to enable this will depend on
276
+
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
277
+
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