apify / browser-pool

A Node.js library to easily manage and rotate a pool of web browsers, using any of the popular browser automation libraries like Puppeteer, Playwright, or SecretAgent.
87 stars 14 forks source link

fix: preserve cache by using credentialless proxy #72

Closed szmarczak closed 2 years ago

szmarczak commented 2 years ago

~I need to test this first~ done

B4nan commented 2 years ago

looks like the tests got stuck

szmarczak commented 2 years ago

@B4nan Jest fails to properly detect open handles (this is one of the reasons I believe we shouldn't use Jest), it hangs indefinitely and reports unreffed (!) servers. I've removed the open handles check, should exit now.

szmarczak commented 2 years ago

Firefox crashes for some reason, dunno why. Good to merge otherwise.

szmarczak commented 2 years ago

@mnmkng I have to head out to uni, feel free to merge this or I'll merge this tomorrow afternoon