Dmitry Gozman
Dmitry Gozman
@aoj2 Indeed, this has been changed in `v1.31`. Take a look at [dependencies](https://playwright.dev/docs/test-projects#dependencies) feature instead. It allows you to have different dependencies for each project, and so you can have...
@DudaGod > So we want implement validation on global setup section. Can you implement this in `Reporter.onBegin()` instead? We are hesitant exposing `Suite` to the global setup, because it fixes...
@DudaGod > Yes, I can implement this on onBegin but throwing an error does not interrupt the tests execution. I see. We do not think this is something a reporter...
We need more information to act on this issue. Could you please provide a full repro that we can run locally? Additionally, I'd recommend to update Playwright to the latest...
@Sudipt2001AltiusHub Unfortunately, we cannot repro by just looking at your config file 😄 I'd recommend using our debugging tools, for example [record a trace on CI](https://playwright.dev/docs/trace-viewer#recording-a-trace-on-ci) and explore it in...
Closing because we lack the information to act on this issue. If you can provide a full repro, please file a new issue by filling the "Bug Report" template, and...
We need more information to act on this issue. Could you please provide a repro that we can run locally?
@bbchuoo A repro would be very helpful. Unfortunately, running `page.goto(OOO)` does not work as a repro 😄
@sshekhar06 Could you please provide a specific example with a code snippet and a url? Otherwise, it's unclear what exactly would you like the new functionality to do. Also, it...
@sshekhar06 I see, thanks for the explanation. Unfortunately, this does not sound like a scenario that Playwright would focus on. I can keep the feature request open for prioritization, but...