Recently, I managed to set up end-to-end tests on Puppeteer and Mocha in our project, and I want to talk about the general process and techniques when working with these tools. Puppeteer is an extraordinarily popular library, and its use in combination with Jest is found in the examples most often.
Full article