We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f12a6a commit 7247dcfCopy full SHA for 7247dcf
packages/server/lib/browsers/chrome.coffee
@@ -84,6 +84,7 @@ defaultArgs = [
84
## https://github.com/cypress-io/cypress/issues/3633
85
"--disable-backgrounding-occluded-window"
86
"--disable-breakpad"
87
+ "--disable-dev-shm-usage"
88
"--password-store=basic"
89
"--use-mock-keychain"
90
]
0 commit comments