Ross Wollman

Results 145 comments of Ross Wollman

I'm not familiar with `miragejs`, but based on the Cypress example and the miragejs docs, it looks like an in-browser mocking library. Since it wants to run in the browser...

Thanks @VaasRamsay—I was able to use that to better understand what's going on. A key part of Playwright is, some code runs in Node other code runs in the Browser....

@VaasRamsay Thanks for your patience! It's possible to do this functionality, but in order to give you a better answer, we'll need some more time to play around. I've assigned...

Requesting review from either @dgozman or @aslushnikov since they know the puppeteer internals quite well! 😄

Thanks for the pointers @jfgreffier. @Zahaa7 If that doesn't help sort out the issue, please share the minimal amount of code that shows what you're doing and the error (or...

Closing per-above as part of triage. If you're still facing an issue, please file a new issue referencing this one! Thanks!

I'm coming here after reading https://github.com/microsoft/playwright/issues/16367#issuecomment-1209892073. Given we haven't seen much activity/requests here, it's unlikely we'll be resolving this soon. However, would you be open to contributing a PR? If...

Closing per-above. Please re-file with a repro and reference this issue.

Summary from offline discussion: - many folks request tracing for globalSetup (and for it to show up in the HTML Report) - there's already trace-related options in config for the...

See https://github.com/microsoft/playwright/issues/14895 documenting some of the motivation for this proposal. Also see this [GH query](https://github.com/microsoft/playwright/issues?q=is%3Aissue+globalSetup+trace) or skim through Slack to find numerous occurrences of users asking how to debug and...