-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
Description
Playwright recently introduced a watch mode via a new --ui
flag. While awesome, it doesn't quite meet some other use cases for a "Watch Mode". Namely continuous background validation of tests where a UI might be intrusive, but you still want red/green when test srcs are updated. At that point you might jump in the UI to debug, but by default you're mostly just interested in continuous background validation.
Playwright is also increasingly being used for unit tests or integration tests, where a full browser step through might not be relevant.
nickbreaton, connor-baer, sand4rt, chriscalo, pkerschbaum and 77 morechriscalo, sand4rt, SalahAdDin, laurentpayot, arkjel and 4 more