Tag: testing
All the articles with the tag "testing".
-
From 'I Can't Click' to a Full Testing Harness: How We Built Playwright for the Terminal
How a frustrating limitation in TUI testing led to building a scripted interaction system that lets AI agents drive a terminal editor like Playwright drives a browser.
-
Making OAuth Testable: Rethinking OIDC Clients in JavaScript
How separating protocol logic from runtime concerns makes OAuth testable without mocks, using a functional core and thin framework adapters tested against a real identity provider.