Skip to content

Article from Alex White

Make writing End to End tests child's play with Puppeteer and Jest

August 29, 2019Alex White5 min read

We all know writing tests is important. Unit testing is now a standard in software development, sometimes we even write them before the code. Snapshot testing is becoming more and more common to check that the UI doesn't change unexpectedly. However, the dev community still has a long way to go with…

Continue reading →