Starting with v0.49, k6 provides a built-in web dashboard that we can use to visualize…
How to map Windows keys to MacOS with ResharpKeys
I often find myself transitioning between MacOS and Windows, hence it’s always tricky adapting to…
Node Version Manager – NVM Guide
I recently started working on two projects that require different NodeJS versions, hence I found…
ChanceJS – a Faker alternative for generating random realistic data?
For many years I’ve been using FakerJS library to generate fake realistic random data in…
Camel Case vs. Snake Case vs. Pascal Case vs. Kebab Case — Naming Conventions
Naming things when coding can be challenging when you have different naming conventions available (set…
How to scan your website to spot potential BROKEN LINKS
I recently discovered a broken-link-checker Javascript library that a few minutes later was identifying broken…
Selenium: Testing Framework or Tool?
Recently, I had a debate with some of my colleagues about whether selenium is or…
Automated Tests for website Accessibility with Axe and TestCafe
Often, making websites accessible to people with disabilities is often omitted.We can easily create automated…
How to run specific tests using Tags in TestCafe
There are lots of situations when we need to run only some of our automated…
How to generate E2E TestCafe Framework in seconds
Apart from Playwright and Cypress, in my opinion, TestCafe is a strong alternative. TestCafe is…