tolmasky / lithograph

Puppeteer-first Super Fast Testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You get "trying to create browser out of scope" when calling `getBrowserContext()` after an await.

tolmasky opened this issue · comments

To reproduce:

await something();
await (await getBrowserContext()).newPage();

Might be from not handling "long" stack traces well.