chore: run recorder app in no sandbox (#5345)

This commit is contained in:
Max Schmitt 2021-02-08 16:38:24 +01:00 committed by GitHub
parent 48a295dcf7
commit da4304a05c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,8 @@ export class RecorderApp extends EventEmitter {
`--user-data-dir=${path.join(os.homedir(),'.playwright-app')}`,
'--remote-debugging-pipe',
'--app=data:text/html,',
`--window-size=300,800`,
'--window-size=300,800',
'--no-sandbox',
],
noDefaultViewport: true
});