Sander van Noort

Results 3 comments of Sander van Noort

Modifying beforeAll shows the state of the service worker is still `installing` on the first run: ```javascript this.beforeAll(async () => { const registration = await worker.start() console.log('registration: ', registration.installing, registration.waiting,...

It seems `HeadlessChrome/90.0.4427.0` introduces the instability (puppeteer@8). With `HeadlessChrome/90.0.4403.0` I cannot reproduce the issue (puppeteer@7). Maybe someone else can check if they see the same thing? The integration tests in...

> > It seems `HeadlessChrome/90.0.4427.0` introduces the instability (puppeteer@8). With `HeadlessChrome/90.0.4403.0` I cannot reproduce the issue (puppeteer@7). Maybe someone else can check if they see the same thing? > >...