Tag
The author shares a TDD skill for AI agents to improve test writing, based on Kent Beck's Canon TDD, and provides a GitHub link.
The article discusses the problem of flaky tests in software development and proposes a simple mechanical habit: when using a merge queue, continue to run the full test suite on main and maintain a visible list of recent main failures to help identify and eradicate flaky tests.
Tophat by Shopify is a tool that lets you test mobile CI builds on any device without building locally.