Skip to content

Commit 8321a95

Browse files
committed
fix: try to fix cypress with magic
I'm trying this because it might have worked for someone on the internets cypress-io/cypress#7204
1 parent 884ea03 commit 8321a95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

superset-frontend/cypress-base/cypress.config.ts

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ export default defineConfig({
5151

5252
return arg;
5353
});
54+
55+
launchOptions.args.push(
56+
...['--disable-dev-shm-usage', '--disable-gpu'],
57+
);
5458
}
5559
return launchOptions;
5660
});

0 commit comments

Comments
 (0)