Articles by tag: playwright
Playwright 1.59: agent testing API — guide
How to implement Screencast and Browser Bind API from Playwright 1.59. Practical examples for test automation with AI. Learn the details.
Playwright vs Selenium on Java: guide to choosing
Comparison of Playwright and Selenium for Java automated tests. Breakdown of waits, locators, CI/CD and maintenance costs. Choose the optimal framework for the project.
ARIA snapshots Playwright for AI agents
Learn how Playwright generates semantic YAML ARIA snapshots for web agents. Token optimization, incremental deltas, DOM processing. For middle/senior dev.
Stabilizing Playwright Tests Without Flakes
Learn how to eliminate flakes in Playwright E2E tests: expect.poll, idempotency, Pact contracts, data hygiene. Practical code examples for middle/senior dev.
Setting up OpenClaw for landing pages via TG-bot
Deploy OpenClaw on VPS to manage a zoo of landing pages: Telegram bot, Playwright tests, Nginx, Git. Reduce time-to-market to minutes. Instructions for developers.
Playwright: DI and isolation for 1000 tests
Setting up fixtures, POM getters and Faker seeding for stable launch of 1000+ tests in CI. Lazy objects, mergeTests, data factories. Instructions for middle/senior.
Stabilizing Playwright Tests in CI
Learn how Dependency Projects, web-first asserts and proper locators eliminate Playwright flakes in CI. Practical code examples and configurations for middle/senior developers.