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
minor #1331 test(deps): replace Zombie by Puppeteer (Kocal)
This PR was merged into the main branch.
Discussion
----------
test(deps): replace Zombie by Puppeteer
https://github.com/assaf/zombie is archived since december 2023, and its last release is from 4 years ago.
I've replaced it by https://github.com/puppeteer/puppeteer, a modern and maintained API to run and test code in a **real browser** (zombie used `jsdom`). I had to adapt `requestTestPage` to pass the browser as first argument, because I want to launch the browser **only a single time** (in `before()`).
Commits
-------
39807a7 test(deps): replace Zombie by Puppeteer
0 commit comments