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,...
When I first built Ozigi (initially WriterHelper), the goal was simple: give content professionals in...
You spend 15 minutes filling out a long configuration form. You get a Slack notification, switch...
The "Localhost" Bias We've all been there. On your machine, the API responds in 5ms. The UI...
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...
Have you ever run a Playwright test that just... didn’t behave as expected? Maybe it failed randomly....
Visual regression testing is a powerful technique to ensure our web application looks as expected,...
Per-test server-side mocking using MSW, Playwright, and any fullstack framework.
Building an AI agent is fun. At least, I have had so much fun building out Ozigi, a social media...
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.
This article is for anyone writing Playwright tests with AI assistance TL;DR: AI agents using...
At Subito, accessibility (a11y) is an important requirement for ensuring all users, regardless of...
I have been trying to build a Learning Hub App for a good few months using various tools and have had...
Why Canvas Testing Is Hard HTML5 canvas elements are everywhere games, maps, drawing apps,...
TL;DR Firefox's addInitScript can race against page rendering when seeding localStorage...
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...
Did you know Playwright has two MCP servers. Yes kinda confusing, let me explain it. The Playwright...
Token cost in browser automation MCPs has become a real topic — articles like "Playwright MCP Burns...
There’s a point in every QA engineer’s journey when maintaining automated tests becomes harder than...
📝 UPDATE (January 2025): As of nextcov@1.1.0 with ast-v8-to-istanbul@0.3.10: JSX branch coverage...
AutoQA-Agent is a Docs-as-Tests CLI: you write acceptance tests in plain Markdown, and it runs them...
What is Playwright? Playwright is a modern automation and testing framework built by...
In today's digital landscape, web applications must deliver flawless experiences across an expanding...
When an end-to-end test suite scales, so does the frustration from cascading failures. A single bug...