All Posts
Automate your e2e accessibility tests using pa11y
Posted on November 21, 2022I'm excited to announce the new pa11y-e2e-tests framework, which helps you find accessibility issues of any web app. This enhancement is simple, fast, reliable, and easy to integrate with your…
Read full postUI attribute validation with Nightwatch
Posted on November 03, 2022Recently, I faced a challenge in one of my project, wherein there were 3 different designs and we had to test these designs on different screen resolutions and browsers. Doing this activity manually…
Read full postPower your Cypress tests with CircleCI
Posted on August 23, 2021This blog, will make you understand how to implement your e2e tests using Cypress and do continuous integration and delivery with CircleCI for your tests. About Cypress Cypress is a next generation…
Read full postStructure Nightwatch.js and perform execution within Docker
Posted on July 21, 2021My last post talked about How to build Docker Image for ubuntu 20.04. Now it's time to dive into structuring Nightwatch.js and executing the tests within Docker container. Introduction to Nightwatch…
Read full postShipping Docker - Learn to build Docker Image for ubuntu 20.04
Posted on July 14, 2021In this article you'll learn how to build a Ubuntu 20.04 image. But before starting to build the image, let's quickly have a brief about docker. Why Docker?? Docker helps you to . It helps you to…
Read full postUpload files to drive in NodeJs with encryption
Posted on May 17, 2021This article is an extension to my previous article generate front-end performance report, where we generated performance. In this article we are going to upload the reports to Google Drive. Why…
Read full postRun front-end performance test using lighthouse with puppeteer + Git Actions
Posted on May 11, 2021What is front-end performance? In simple words, it's nothing but the experience of the product for end users. Mainly describes the performance of your product. Why front-end performance is important…
Read full postFab things which could be done with InfluxDB & Grafana
Posted on November 26, 2020Learn what's InfluxDB? InfluxDB is nothing new but a database, which is a time series database platform. Its built to handle massive countless time-stamped entires stored at a place. Which can store…
Read full postSetup Detox with React Native and Appcenter
Posted on June 29, 2020Mobile automation baked into the entire pipeline from start to finish using Detox - ReactNative & App Center Having the right test automation is the key for success of any Product. Testing your…
Read full post