bitovi / testee

Automated cross-browser JavaScript testing made easy
https://www.npmjs.com/package/testee
MIT License
119 stars 27 forks source link

Add --no-sandbox flag to headless Chrome instructions #176

Closed chasenlehara closed 5 years ago

chasenlehara commented 6 years ago

The --no-sandbox flag is required to get headless Chrome to launch on Travis by default.

I think the alternative is to add docs on setting up a user so the sandbox works correctly; see https://developers.google.com/web/updates/2017/04/headless-chrome for more details.

matthewp commented 6 years ago

lgtm