Posts
All the articles I've posted.
-
Add an AI-assisted debugging action to Playwright's HTML report with a custom reporter and a small injected script.
-
Attach structured test metadata and render it in Playwright's HTML report with annotations and a custom reporter.
-
Record and replay network responses in Playwright tests to make slow or unstable external requests deterministic.
-
Use package.json imports and TypeScript custom conditions to create clean internal aliases without extra tooling.
-
Pass rendered React components back from Server Actions and understand where serialization boundaries still apply.