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.
What if I would love to run tests on CI? Do I have to run npm start
in parallel?