jsdom-screenshot icon indicating copy to clipboard operation
jsdom-screenshot copied to clipboard

📸 Take screenshots of jsdom with puppeteer

Results 8 jsdom-screenshot issues
Sort by recently updated
recently updated
newest added

fixing typo "public" instead of "pubilc"

Hi, i have a React component that uses web components (imported from a third-party library). I noticed that `jsdom-screenshot` does not render the UI rendered by those web components, and...

I'd like to be able to call `await page.evaluate(() => { debugger })` so I can get a better idea of problems within the chromium devtools. But, I see that...

I was having an issue where my test suddenly started timing out -- I finally debugged it by launching chromium with `generateImage({ launch: { ... } })`. I noticed in...

This package specifies puppeteer ^1.12.2 as a dependency, which is a version that is pinned to Chrome 73. As this is a dependency of the package, there's no way to...

Anything on the roadmap for adding Typescript definitions to this library? If not, I can add something to [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped).

My test calls `generateImage();` without issue, but I have no idea where the screenshot went. This is probably documented within the screenshot options, but the link to that in the...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies