Snapshot Testing / Discussion Club

Welcome to our Discussion Club.
You can discuss here whatever you want!
Questions for QAProvider Team about projects / payments / other stuff are welcomed.
Questions to each other are welcomed! Meet up professionals, networking, co working!
Also, you can earn money posting articles here.
Subscribe me on new discussions


QAProvider Team
Automated visual testing - Easy snapshot testing with Puppeteer
If you haven't read our quick tutorial about Puppeteer it's time to do this right now with the next link: https://qaprovider.com/discussion/show/puppeteer-quick-start/38 Next step will be to write a fully automated visual test with Puppeteer. We have a script that simply does a screenshot of a web page with different viewport sizes. The source...
Views: 285, Comments: 0, Karma: 1
Publish date: 5 years ago

QAProvider Team
Puppeteer - quick start
Puppeteer is a Node library which provides a high-level API to control Chrome. We have found this tool easy to start and useful in snapshot testing. Today we will show how to do a snapshot testing script. https://github.com/GoogleChrome/puppeteer you can start to learn Puppeteer from here. First install puppeteer on your machine with...
Views: 144, Comments: 2, Karma: 1
Publish date: 5 years ago