We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ef823 commit ec937bcCopy full SHA for ec937bc
.github/workflows/emscripten.yml
@@ -565,6 +565,7 @@ jobs:
565
echo "Running DynamicLibraryManagerTests in Google Chrome"
566
emrun --browser="Google Chrome" --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" DynamicLibraryManagerTests.html
567
sudo safaridriver --enable
568
+ python -m pip install selenium
569
echo "Running CppInterOpTests in Safari"
570
emrun --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" CppInterOpTests.html &
571
python browser_tests_safari.py CppInterOpTests.html
0 commit comments