← Back to all tags

Posts tagged with 'testing'

6 posts

You can't trust agent tests

Published · 5 min read

Why passing tests aren't correct tests, and how to get an agent to actually validate them

Moving fast with agents without losing comprehension

Published · 6 min read

On test coverage, code authorship, and what reviewers actually need from you when agents are doing the writing

Mock server-sent events (SSE) with msw

Published · 2 min read

Mock Service Worker supports mocking SSE

Accessibility testing

Published · 6 min read

Overview of approaches and tools for testing web accessibility

Mocking Boto3 with pytest

Published · 1 min read

Mock requests to AWS services with pytest

Contract testing with OpenAPI & TypeScript

Published · 3 min read

Validate contracts between backend services and frontend applications