Setup and Install Dependencies for Testing with Google's Puppeteer

InstructorTyler Clark

Share this video with your friends

Send Tweet

In this lesson we are going to set up our basic app, set our environment variables, define our targeted viewport, and install Jest, Puppeteer, and Faker. We'll use these features to write our end to end tests.

Zach Guo
~ 6 years ago

What if I would love to run tests on CI? Do I have to run npm start in parallel?