· software
E2E: Prevent over-coupling to UI
While there are fantastic e2e frameworks, such as Playwright, tools cannot prevent misuses. Implementation details vs. behaviors A very common mistake is focusi...
While there are fantastic e2e frameworks, such as Playwright, tools cannot prevent misuses. Implementation details vs. behaviors A very common mistake is focusi...
markdown Why Front‑end Developers Hate Writing Tests and How to Fix It If you clicked on this article because of the title, you’re probably one of those front‑e...
Test Coverage for React Server Components with nextcov If you've ever tried to get test coverage for React Server Components, you know the frustration. Unit‑te...
We all know some version of the testing pyramid: unit tests at the bottom, then integration/contract tests, and finally a thin layer of E2E tests. But here's th...