Deliver Quality Software & Reduce QA load — integrate End-to-End (E2E) Testing on CRA React TypeScript project with Jest & Puppeteer 🎪

Eli Elad Elrom
Master React
Published in
13 min readOct 28, 2020

--

Testing is at the core of delivering quality software. There is a hierarchy in testing and E2E is usually only considered after unit testing and integration testing is done. In this article, I will cover E2E on CRA React App using Jest & Puppeteer and by the end of this article, you will be able to do E2E testing on your project like a pro.

--

--