You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Puppeteer error that does not seem to be catchable. It is likely because the browser OOMed (out-of-memory crashed). I would recommend testing on a scenario where the web app uses less memory; or perhaps try the solution here if you are running on Docker: puppeteer/puppeteer#1321 (comment)
try {
const { leaks, runResult } = await run({ scenario });
} catch(e) {
console.log(e)
}
try catch can not handle this error, i need to get this error to return to service
The text was updated successfully, but these errors were encountered: