facebook-atom / jest-electron-runner

custom test runner for Jest that allows tests to be run in Electron environment
MIT License
189 stars 33 forks source link

feat: support --no-sandbox flag #63

Open skeggse opened 4 years ago

skeggse commented 4 years ago

This will help support jest-electron-runner usage on container-based test infrastructure.

EDIT: it turns out electron supports a little-known ELECTRON_DISABLE_SANDBOX flag, so this patch might be unnecessary (but we might want to document that flag better).

See also #51.