Accessibility enhances the user experience for everyone, allowing a wider audience to engage with your…
GitLab and its ‘Rebase’ button on Merge Requests
I recently discovered that GitLab (with some additional settings) can provide a “Rebase” button, displayed…
DRY vs WET vs DAMP principles in Test Automation
In software development, various programming principles exist to guide engineers toward writing cleaner, more maintainable,…
Why That Extra Line Matters: The importance of a newline at the end of your project files
In software development, clean and readable code is a priority, but there’s a small detail…
International Tester’s Day – September 9th
World Tester’s Day celebrated annually on the 9th of September to mark the discovery of…
Web Accessibility: A step-by-step guide to Testing with pa11y
Accessibility enhances the user experience for everyone, allowing a wider audience to engage with your…
How to add Error Handler to log errors in k6 load tests
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…