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
We are now in a position to build an emscripten build of llvm by executing the following on Linux
@@ -225,7 +226,7 @@ It is possible to run the Emscripten tests in a headless browser. To do this we
225
226
cd ./unittests/CppInterOp/
226
227
```
227
228
228
-
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
229
+
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
257
+
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
258
+
python package. This only needs to be enable once, and then you can execute the following to run the tests in Safari
We are now in a position to build an emscripten build of llvm by executing the following on Linux
88
89
and osx
@@ -248,7 +249,7 @@ It is possible to run the Emscripten tests in a headless browser. To do this we
248
249
249
250
cd ./unittests/CppInterOp/
250
251
251
-
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
252
+
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
252
253
253
254
.. code:: bash
254
255
@@ -275,6 +276,19 @@ We will run our tests in a fresh installed browser. Installing the browsers, and
275
276
echo"Running DynamicLibraryManagerTests in Google Chrome"
To run tests in Safari you can make use of safaridriver. How to enable this will depend on
280
+
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
281
+
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