diff --git a/cypress.config.ts b/cypress.config.ts index a0f04f9aa..54d01684b 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -25,6 +25,9 @@ export default defineConfig({ if (browser.name === 'chrome') { updatedLaunchOptions.args.push('--disable-dev-shm-usage') + updatedLaunchOptions.args.push('--disable-gpu') + updatedLaunchOptions.args.push('--no-sandbox') + updatedLaunchOptions.args.push('--disable-software-rasterizer') return updatedLaunchOptions }