File tree Expand file tree Collapse file tree 5 files changed +17
-11
lines changed Expand file tree Collapse file tree 5 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 22
33. test/setup/server.sh
44
5- npx mocha-headless-chrome -f http://127.0.0.1:8000/$( dirname $0 ) /index.html? globals=on
5+ npx mocha-headless-chrome -f http://127.0.0.1:8000/$( dirname $0 ) /index.html? globals=on -a no-sandbox -a disable-setuid-sandbox
Original file line number Diff line number Diff line change 33. test/setup/server.sh
44
55npx webpack --config $( dirname " $0 " ) /webpack.config.js &&
6- npx mocha-headless-chrome -f http://127.0.0.1:8000/$( dirname $0 ) /index.html
6+ npx mocha-headless-chrome -f http://127.0.0.1:8000/$( dirname $0 ) /index.html -a no-sandbox -a disable-setuid-sandbox
7+
Original file line number Diff line number Diff line change 22
33. test/setup/server.sh
44
5- npx mocha-headless-chrome -f http://127.0.0.1:8000/$( dirname $0 ) /index.html? globals=off
5+ npx mocha-headless-chrome -f http://127.0.0.1:8000/$( dirname $0 ) /index.html? globals=off -a no-sandbox -a disable-setuid-sandbox
6+
Original file line number Diff line number Diff line change 11#! /bin/sh
22npx webpack --config $( dirname " $0 " ) /webpack.config.js &&
3- npx mocha-headless-chrome -f $( dirname " $0 " ) /polyfill.html? globals=off &&
4- npx mocha-headless-chrome -f $( dirname " $0 " ) /polyfill.html? globals=on &&
5- npx mocha-headless-chrome -f $( dirname " $0 " ) /ponyfill.html? globals=off &&
6- npx mocha-headless-chrome -f $( dirname " $0 " ) /ponyfill.html? globals=on
3+ npx mocha-headless-chrome -f $( dirname " $0 " ) /polyfill.html? globals=off -a no-sandbox -a disable-setuid-sandbox &&
4+ npx mocha-headless-chrome -f $( dirname " $0 " ) /polyfill.html? globals=on -a no-sandbox -a disable-setuid-sandbox &&
5+ npx mocha-headless-chrome -f $( dirname " $0 " ) /ponyfill.html? globals=off -a no-sandbox -a disable-setuid-sandbox &&
6+ npx mocha-headless-chrome -f $( dirname " $0 " ) /ponyfill.html? globals=on -a no-sandbox -a disable-setuid-sandbox
Original file line number Diff line number Diff line change 11#! /bin/sh
22npx webpack --config $( dirname " $0 " ) /webpack.config.js &&
3- npx mocha-headless-chrome -f $( dirname " $0 " ) /polyfill.html? globals=off &&
4- npx mocha-headless-chrome -f $( dirname " $0 " ) /polyfill.html? globals=on &&
5- npx mocha-headless-chrome -f $( dirname " $0 " ) /ponyfill.html? globals=off &&
6- npx mocha-headless-chrome -f $( dirname " $0 " ) /ponyfill.html? globals=on
3+ npx mocha-headless-chrome -f $( dirname " $0 " ) /polyfill.html? globals=off -a no-sandbox -a disable-setuid-sandbox
4+ &&
5+ npx mocha-headless-chrome -f $( dirname " $0 " ) /polyfill.html? globals=on -a no-sandbox -a disable-setuid-sandbox
6+ &&
7+ npx mocha-headless-chrome -f $( dirname " $0 " ) /ponyfill.html? globals=off -a no-sandbox -a disable-setuid-sandbox
8+ &&
9+ npx mocha-headless-chrome -f $( dirname " $0 " ) /ponyfill.html? globals=on -a no-sandbox -a disable-setuid-sandbox
10+
You can’t perform that action at this time.
0 commit comments