Skip to content

Development journal

Posts tagged: E2E Testing

Published notes filed under this topic.

RSS feed
Playwright and browser automation

How to connect Playwright MCP to Chrome through Remote Debugging

8 min read

Written by: Jonathan Reis on

A practical guide to enabling Chrome Remote Debugging, finding its dynamic CDP port, changing the Playwright MCP endpoint, and diagnosing 403 and ECONNREFUSED errors.

React Native Testing

How to keep Playwright E2E useful when React Native Skia renders a canvas

9 min read

Written by: Jonathan Reis on

A field note on testing a React Native Skia canvas board with Playwright, replacing DOM-only selectors with a narrow test bridge, and keeping persistence deterministic.