Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
What if your tests could write themselves — just by using your app like a real user? In this post,...
The "Localhost" Bias We've all been there. On your machine, the API responds in 5ms. The UI...
You spend 15 minutes filling out a long configuration form. You get a Slack notification, switch...
Organizing Playwright Tests Effectively When working with end-to-end (E2E) testing in...
Learn how to scrape live weather data, store it in SQLite, and receive automatic...
The Journey While developing the platform for LiveSpaces, I identified a critical gap in...
Browser Automation as a Service This technical blog post outlines the implementation of a...
I have extensive experience in testing, automation, and setup of all these systems, and have...
Visual regression testing is a powerful technique to ensure our web application looks as expected,...
As we step into a new year, it’s common to look back on the one that has just passed. The practice of...
Have you ever run a Playwright test that just... didn’t behave as expected? Maybe it failed randomly....
This article is for anyone writing Playwright tests with AI assistance TL;DR: AI agents using...
Turned feedback from my HERE Maps tests into a first-try, high-quality Playwright E2E suite for the Chart.js page in Hackathon Starter.
Refined Playwright E2E tests for the HERE Maps page in Hackathon Starter after addressing seven rounds of maintainer feedback.
At Subito, accessibility (a11y) is an important requirement for ensuring all users, regardless of...
Page Objects vs. Functional Helpers A while ago, I published Functional Programming Test...
Why Canvas Testing Is Hard HTML5 canvas elements are everywhere games, maps, drawing apps,...
Installing MCP(Model Context Protocol) servers in Visual Studio Code just got a major upgrade! With...
Every time I need to look up the Playwright docs, I open about 10+ tabs just to piece together what I...
Introduction The web today isn't what it used to be. For years, I relied on request and BeautifulSoup...
There’s a point in every QA engineer’s journey when maintaining automated tests becomes harder than...
Did you know Playwright has two MCP servers. Yes kinda confusing, let me explain it. The Playwright...
What is Playwright? Playwright is a modern automation and testing framework built by...
AutoQA-Agent is a Docs-as-Tests CLI: you write acceptance tests in plain Markdown, and it runs them...
In today's digital landscape, web applications must deliver flawless experiences across an expanding...
📝 UPDATE (January 2025): As of nextcov@1.1.0 with ast-v8-to-istanbul@0.3.10: JSX branch coverage...
🎉 UPDATE: This limitation has been FIXED! As of ast-v8-to-istanbul@0.3.10, V8 coverage now properly...
This is probably the most common question I get from engineers about Verdex: "Why use CDP instead of...
nextcov supports collecting coverage from both next dev and next build && next start. This...
When it comes to JavaScript code coverage, Istanbul has been the industry standard for over a decade....