Skip to content

Article from Alex White

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

Alex White7 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.

Continue reading →