🎎 Puppeteer tutorial 🎎

Trying Puppeteer.

Great sandbox with more examples: Puppeteer sandbox

How to run it:

A simple set up file:

npm run setUpFile

A failed screenshot command:

npm run failScreenshot

A successful screenshot command:

npm run screenshotWithArg

A successful API call:

npm run hackerNewsScraper

A test file (Jest):

npm test