fix: try to fix cypress with magic (#27098)

This commit is contained in:
Maxime Beauchemin 2024-02-13 09:35:11 -08:00 committed by GitHub
parent 847ed3f5b0
commit e4a723d840
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@ export default defineConfig({
return arg;
});
launchOptions.args.push(
...['--disable-dev-shm-usage', '--disable-gpu'],
);
}
return launchOptions;
});