To truly unite E2E testing and monitoring, Checkly CLI has to support the global configuration defined in playwright.config.ts, so that it can be used in both scenarios.
playwright.config.ts is very useful to handle stuff like:
Common viewport for tests
Common setup, teardown for tests
Common storageState for tests
Turn screenshot, trace, video on/off
And all the other useful playwright.config features that make playwright awesome
