Browser Automation Testing With Headless Chrome

Rivanna C

Developers are unit testing, QA staff is integration testing, users are acceptance testing. Do you need to add browser automated tests too? Have you ever experienced side effects of upgrading third-party components or server configuration changes? Do you have trouble testing your entire site to ensure bugs weren’t introduced? If so, you may need browser automation testing. In this tutorial, we will combine Puppeteer, Mocha, and Chai to automate your browser and test all your site’s components. This will lead you to deliver your updates reliably and catch bugs before they get deployed.

You can find the requirements for the workshop on http://derekb-wi.com/2018/05/20/tutorial-prep.html

Intermediate Workshop