Github Actions and Puppeteer: Continuous Integration Tutorial

Written by dorshinar | Published 2020/11/11
Tech Story Tags: javascript | tutorial | testing | puppeteer | github-actions | github | end-to-end-testing-javascript | continuous-integration | web-monetization

TLDR Lately I’ve added continuous integration to my blog using puppeteer for end to end testing. E2E tests simulate a real user, performing actions on the screen. Puppeteer tests can run in a “head-full” state, i.e. open a real browser window, navigate to the site being tested, and perform actions. This way you - the developers writing the tests - can see exactly what happens in the test, what buttons are being pressed and what the resulting UI looks like.via the TL;DR App

no story

Written by dorshinar | Full Stack Web Developer
Published by HackerNoon on 2020/11/11