Angular-Aware Playwright Selectors: Query Components by @Input, Signals, and StateApr 2, 2026·6 min read
Perfscale News #1: OSS Release, QUERY HTTP Method Support & a VC ApplicationTL;DR: Part of the Perfscale engine is now open source with a self-comparing benchmark pipeline; we shipped native support for the new QUERY HTTP method (RFC 10008) — likely the first load testing tooJul 13, 2026·3 min read
Stop Mocking Your Database: Real Containers in Playwright Tests with @playwright-labs/fixture-testcontainersMar 26, 2026·5 min read·2
Option<T> and Result<T, E> in TypeScript: The Missing Error Handling PrimitivesFeb 20, 2026·4 min read·4
AbortController Patterns for Playwright Test CancellationAbortController is one of the most underused tools in the JavaScript ecosystem -- especially in testing. If you are writing Playwright tests that make network requests, you should be using abort signals. Here is how and why. The Core Concept AbortCon...Feb 16, 2026·6 min read·17
Introducing Playwright Labs: Best Practices as CodeWhat is Playwright Labs? Playwright Labs is a curated monorepo of skills and best practices designed specifically for modern testing workflows. Think of it as a knowledge base that integrates seamlessly with your development environment, providing co...Jan 20, 2026·6 min read·1
Playwright + email = reporterRecently, I received a request from one of the project leads about integrating Playwright with Email. Since the email report was generated by a playwright written using React. That means we cannot send the same HTML report due to the interactive beha...Aug 1, 2025·3 min read·6
Ajv-ts got 0.9. What's new?The latest Release 0.9 of the Schema Validation Toolkit - ajv-ts brings a suite of enhancements to improve developer productivity and ensure better validation accuracy. Whether you're building complex data models or just handling basic input, these u...Sep 16, 2024·3 min read·12
Ajv-ts reached 0.7! 🎉Note: The library is not an official ajv extension What's up, guys! Today I will show you a massive product update for the library inspired by zod - ajv-ts. Release link - here Why have there been no updates for a long time? Well, the previous relea...Jul 8, 2024·1 min read·16
Library update: RSLike@3.0.0. Better TS types. Symbols and moreWhat's new this release makes a massive update. Just look at these changes! std. Standard library. All changes apply to Option and Result objects. Symbols for Option and Result objects Implements Symbol.iterator, Symbol.asyncIterator, Symbol.search,...Apr 10, 2024·7 min read·14