I’ll be facilitating a tutorial at EuroSTAR 2026
Author announces their accepted tutorial on improving Playwright code at the EuroSTAR 2026 software testing conference in Oslo.
Author announces their accepted tutorial on improving Playwright code at the EuroSTAR 2026 software testing conference in Oslo.
shot-scraper 1.9 CLI tool released, featuring a new -x option to extract page resources and accessibility command fixes.
A developer automates ticket submission using Goose AI agent and Playwright MCP, integrating with a Chrome extension for seamless browser interaction.
A technical tutorial on building a smart web scraping system that automatically escalates through four tiers of complexity until it succeeds.
Practical tips for effectively using the Cursor AI assistant to write and maintain Playwright end-to-end tests, based on real-world experience.
A technical guide on automating 2FA and email magic link testing in end-to-end scenarios using Playwright and the Mailosaur service.
Learn how to integrate Playwright tests into a .NET Aspire dashboard to run them on-demand, avoiding the need for an IDE or command line.
A developer details how a Svelte Summit talk inspired them to overhaul their flawed testing architecture for a drag-and-drop library, dramatically improving reliability.
Exploring how to use Playwright's AI features, including the Model Context Protocol (MCP), to automate and improve the process of writing end-to-end tests.
Explains end-to-end testing fundamentals and demonstrates how to implement automated tests using the Playwright framework.
A guide to using browser-use, a scriptable AI agent built with Playwright and LLMs to automate repetitive browser tasks.
A technical tutorial on using Playwright Java to assert checkboxes and utilize the blur() and clear() methods in test automation.
A tutorial on using Playwright Java to verify tooltip text and set focus to specific web elements for automated testing.
A tutorial on using Playwright Java to verify page titles and check for absent text on webpages, with code examples.
A tutorial on implementing soft assertions in automated tests using Playwright Java and TestNG, with a practical example.
A tutorial on using Playwright Java to verify current vs. expected URLs and placeholder text in web automation tests.
A tutorial on automating calendar and date picker interactions using Playwright Java for web testing.
A tutorial on using Playwright Java to select and uncheck checkboxes in web automation tests, covering multiple methods.
A tutorial on using Playwright Java to select and interact with radio buttons in web automation tests.
A technical tutorial on generating Allure test reports using Playwright with Java and Maven, covering dependencies and configuration.