We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cbaa52 + ddf0da4 commit 816b17cCopy full SHA for 816b17c
lighthouserc.js
@@ -10,11 +10,11 @@ module.exports = {
10
'http://localhost:3000/protected/dashboard'
11
],
12
startServerCommand: 'npm run build && npm run start',
13
- startServerReadyPattern: 'ready on',
14
- startServerReadyTimeout: 30000,
15
- numberOfRuns: 3,
+ startServerReadyPattern: 'Ready in|ready on|Local:',
+ startServerReadyTimeout: 120000,
+ numberOfRuns: 1,
16
settings: {
17
- chromeFlags: '--no-sandbox --disable-dev-shm-usage',
+ chromeFlags: '--no-sandbox --disable-dev-shm-usage --disable-gpu',
18
preset: 'desktop'
19
}
20
},
0 commit comments