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
@@ -215,7 +215,7 @@ It is possible to run the Emscripten tests in a headless browser. To do this we
215
215
cd ./unittests/CppInterOp/
216
216
```
217
217
218
-
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
218
+
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
246
+
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
247
+
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
@@ -238,7 +238,7 @@ It is possible to run the Emscripten tests in a headless browser. To do this we
238
238
239
239
cd ./unittests/CppInterOp/
240
240
241
-
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
241
+
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
242
242
243
243
.. code:: bash
244
244
@@ -265,6 +265,19 @@ We will run our tests in a fresh installed browser. Installing the browsers, and
265
265
echo"Running DynamicLibraryManagerTests in Google Chrome"
To run tests in Safari you can make use of safaridriver. How to enable this will depend on
269
+
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
270
+
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