peer-base / peer-pad

📝 Online editor providing collaborative editing in really real-time using CRDTs and IPFS.
https://peerpad.net
MIT License
678 stars 56 forks source link

Consider using jest-puppeteer for tests? #261

Open mkg20001 opened 5 years ago

mkg20001 commented 5 years ago

I just found this awesome module https://github.com/smooth-code/jest-puppeteer Maybe it could be used to simplify the tests?

jimpick commented 5 years ago

I'll take a look at it. The tests in test:e2e:load are working with puppeteer-cluster ... but i think the test:e2e tests might be out-of-date, so I need to look at that stuff anyways.