repo: match colorized rspack startup output in accessibility CI

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-15 15:36:52 +01:00
parent 80202546d5
commit 4195e7ccb0
+1 -1
View File
@@ -54,7 +54,7 @@ module.exports = {
preset: 'desktop',
},
startServerCommand: 'yarn start',
startServerReadyPattern: 'compiled successfully',
startServerReadyPattern: 'compiled.*successfully',
startServerReadyTimeout: 600000,
numberOfRuns: 1,
puppeteerScript: './.lighthouseci/scripts/guest-auth.js',