We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ee061 commit 5a0e021Copy full SHA for 5a0e021
scripts/test.js
@@ -16,6 +16,8 @@ if (yn(process.env.CI)) {
16
// Force headless mode in CI environments
17
process.env.HEADLESS = 'true';
18
19
+ // Use CI mode
20
+ argv.push('--ci');
21
// Parallelized puppeteer tests have high memory overhead in CI environments.
22
// Fall back to run in series so tests will run faster.
23
argv.push('--runInBand');
0 commit comments