I’ve been using puppeteer iso for a while, and the biggest challenge for me has been handling flaky tests. I’ve started using `jest-puppeteer` to add retries and timeouts, which has helped a lot.
For debugging, I’d recommend using `page.on(‘console’)` to log browser console messages. It’s super helpful for tracking down issues.
For debugging, I’d recommend using `page.on(‘console’)` to log browser console messages. It’s super helpful for tracking down issues.
