Tutorials

In this blog you'll find product updates, tutorials, engineering deep dives and basically anything we think you'll find interesting.

Setting up Puppeteer and Typescript with Jest
Lewis Wright

Setting up Puppeteer and Typescript with Jest

In this tutorial, we'll be going over how to set up Puppeteer and Typescript with Jest. We'll be combining the jest-puppeteer preset with the ts-jest preset to get a fully working Typescript environment for our Puppeteer tests.