#ci-cd
2 posts tagged ci-cd.
2 min read
Killing flaky tests with hermetic Playwright
Flaky end-to-end tests almost always come from depending on something you do not control. The fix is to make each test own its entire world.
#testing#playwright#reliability
2 min read
How we run multiple frontend apps in one Turborepo monorepo
One repo, several apps, a shared design system, and Turborepo keeping builds fast. Here is how it fits together and why it is worth it.
#monorepo#turborepo#frontend