I wasted a weekend on WSL2 browser automation so you don’t have to
If you want browser automation on Windows that actually survives contact with reality, treat WSL2 networking as the first problem. Not Playwright. Not…
Tech news from the best sources
If you want browser automation on Windows that actually survives contact with reality, treat WSL2 networking as the first problem. Not Playwright. Not…
AI coding agents like Claude Code are changing how SDETs approach browser automation. Instead of writing every locator and assertion by hand, you can …
Пару месяцев назад я попросил агента проверить форму обратной связи после рефакторинга. Через несколько минут получил отчёт: все проверки пройдены, фо…
I have a teammate who never sleeps, never gets bored, and spends every hour poking at our app trying to break it. It is an agent. Every hour it opens …
Over the past few months I've been using Claude Code heavily with Playwright and Figma. At first everything worked well, but after longer sessions I s…
The issue was not the tools. It was opening five of them before deciding what the log file was for. The log file was already on the screen. A remote W…
Юнит-тесты, интеграционные и Playwright E2E ловят баги в интерфейсе, но бессильны против вопроса «а не выгоднее ли просто положить стартовый капитал н…
AI has made test automation more exciting. It has also made it easier to fool ourselves. A generated test can look impressive in a demo. A self-healin…
How to Automate WhatsApp with Python in 2026 Every WhatsApp automation tutorial still recommends selenium with fragile XPath selectors that break ever…
AI is changing software testing. But probably not in the way many QA engineers think. AI is not simply going to replace Selenium scripts, Playwright t…
Всем привет! Если вы хоть раз искали работу в IT за последний год, то знаете, что рынок беспощаден к новичкам. Нужно откликнуться на сотни вакансий, а…
«Нам нужно сделать регрессионное, функциональное и интеграционное тестирование» — а ты автоматизатор и уже задумываешься о том, что&nb…
We’ve all been there. You get a notification from your smartwatch saying your heart rate has been a bit funky, or your blood oxygen is dipping. Usuall…
Фикстуры в Playwright дают много возможностей, но за это приходится платить пониманием их жизненного цикла. В статье показываю на простых графиках, ка…
There is a particular kind of confidence that only a green CI pipeline can produce. The pull request is open. Unit tests pass. Browser tests pass. The…
Most browser test suites do not fail because the team forgot how to write a click step. They fail because the system around the tests becomes more com…
I've spent the last few years helping engineering teams with test automation, and one thing I've noticed is that email workflows are still surprisingl…
A Playwright task can pass locally and still fail in a team run. It may open the wrong persistent profile, use the wrong proxy region, assume a sessio…
Most guides to OTP testing in Playwright include a function that looks something like this: function extractOtp ( emailBody : string ): string { const…
It's summer in San Francisco, which means that every week I forget to enter the lottery for the free Stern Grove Music Festival . Solution? I did what…
Когда у вас один AI-агент в браузере, всё просто. Когда их пять и они параллельно ходят по разным сайтам через Playwright MCP, начинается война за вкл…
Magic links are becoming the default authentication pattern for modern SaaS apps. Passwordless login, email verification, password resets — they all r…
Привет, Хабр! Меня зовут Антон, я фронтенд‑разработчик в Домклик. Наша команда отвечает за библиотеку «Продуктовых сниппетов» — те самы…
We sell authentication, which makes our scariest question a simple one: when a customer wires their app to us and switches everything on, does it actu…
В [прошлой статье]( https://habr.com/ru/articles/1049482/ ) я разбирала, почему классический QA ломается на LLM: нет одного эталонного ответа, один и …
За последний месяц я насчитал минимум семь свежих статей с заголовком в духе "Playwright быстрее Selenium на N%". Проблема в том, что N у всех разный:…
The Playwright Playbook — Part 8: Playwright Meets AI — Agents, MCP & Self-Healing Tests "AI doesn't replace QA engineers. It gives them superpowe…
The Playwright Playbook — Part 7: The CI/CD Setup Nobody Shows You "A test suite that only runs on your laptop isn't a test suite. It's a hobby." Six …
You have ISTQB Foundation. ISTQB Advanced. Certified ScrumMaster. A cloud cert. A security testing cert. Maybe a Python for Testers badge from a platf…
The Playwright Playbook — Part 6: Debugging Like a Pro — Trace Viewer, Inspector & VS Code "A failing test at 2am in CI tells you what broke. Trac…