"My repository, where I post anything that I love, I learned and etc."

18 September 2020

Things I get from reading articles #1

 Assalamualaikum,


Aku tahu tajuk post agak pelik tapi lantaklah. Post ni more kepada aku summarisekan / listkan input setelah aku baca beberapa artikel, so that aku boleh dapat quick info / overview tentang artikel yang aku dah baca.


1. Automate click through testing with Puppeteer 

'Puppeteer basically only runs with Chrome'.


2. E2E Testing with TestCafe and Cucumber.js

TestCafe is a Node.js tool for automated e2e web testing. TestCafe can be run on multiple browsers / platforms and can be integrated with CI pipelines (Ex : Jenkins).


TestCafe doesn't use web driver, thus, no need to upgrade we drivers for multiple browsers. Only need to update the browser.


Cucumber is basically a test runner. Cucumber use regex to map certain feature step to the written test code. Each feature step will then have failed, passed, pending or undefined flag set.


'Jenkins is not triggered by a Git Hook, instead Jenkins checks for new commit on GitHub.'






No comments:

Post a Comment