Bnaya Peretz

Results 115 comments of Bnaya Peretz

Hey Shai Thanks for your PR! We won't be able to accept this kind of change without internal discussion and RFC process

`jest-puppeteer` has a resetPage method for such use cases https://github.com/smooth-code/jest-puppeteer#globaljestpuppeteerresetpage

Also i think that showing the screenshot is actually good thing to do, It does exactly what it should do, showing the developer the state of the page, reminding him...

I think that if we wrap mainFrame, frames and evaluateHandle can do we need to make sure puppeteer and playwright compat https://github.com/puppeteer/puppeteer/blob/3afe1935da5ee3b3a3ed8e910dd8dc280a0ae094/src/common/Page.ts The important outcome would be to have the...

Seems that puppeteer-cluster is mostly for scraping, would need to hear more about @talkl use case

Hey @talkl, I'm closing this issue, if the problem persists please open new one Thanks!

This is merged, but we leave that issue open until we have docs in place

Hey @tanvee38 thank you for trying root cause! Where and how do you create the `page` object? The default jest integration assumes that the `page` is global, But we do...

The simplest path I can suggest right now is to make the page global `global.page = await browser.newPage();` There's another option, I will elaborate on it later