dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
213 stars 75 forks source link

Run the Puppeteer lifeline test on a cron job #1788

Closed elliette closed 3 weeks ago

elliette commented 2 years ago

The puppeteer test checking that the port reconnection logic keeps the MV3 service worker alive for over 5 minutes has to run for at least 5 minutes to guarantee that. Therefore it shouldn't run on every PR but instead as a separate cron job.

bkonyi commented 3 weeks ago

No longer relevant since the Chrome team updated things so the service worker will remain alive for more than 5 minutes if there's an active debug session.