File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,11 @@ jobs:
113
113
python ${{ env.BUILD_PREFIX }}/bin/emrun.py --browser="firefox" --kill_exit --browser-args="--headless" test_xeus_cpp.html
114
114
echo "Running test_xeus_cpp in Google Chrome"
115
115
python ${{ env.BUILD_PREFIX }}/bin/emrun.py --browser="Google Chrome" --kill_exit --browser-args="--headless" test_xeus_cpp.html
116
+ sudo safaridriver --enable
117
+ python -m pip install selenium
118
+ echo "Running test_xeus_cpp in Safari"
119
+ python ${{ env.BUILD_PREFIX }}/bin/emrun.py --no_browser --kill_exit --timeout 60 --browser-args="--headless --no-sandbox" test_xeus_cpp.html &
120
+ python browser_tests_safari.py test_xeus_cpp.html
116
121
else
117
122
# Install Google Chrome
118
123
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
You can’t perform that action at this time.
0 commit comments