Apparently, when you run k6 load tests and some of them fails, by default you…

Beware of Fake Privnote Websites: Protect Your Private Messages
Privnote.com is a solution for sending confidential messages securely. Privnote allows users to send notes that…

Integrating k6 Load Tests with GitHub Actions, GitLab CI and Azure DevOps
Nowadays, ensuring the performance and reliability of your applications is crucial. Load testing helps identify…

How to re run only failed tests with Playwright
Starting with v1.44, Playwright introduces a nice feature: –last-failed CLI option.It can be used to…

4 ways to handle Test Data in k6 – Load Testing
Test data is the information designed to be used by test script during execution. Using…

k6 – How to generate Random Data
In this article I will show you how easy it is to generate random data…

k6: real-time Web Dashboard to visualize test results
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…