TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Flakytest.dev – Improve your flaky test handling process

3 pointsby anze3dbover 1 year ago
I made flakytest.dev because I was frustrated with how teams usually handle CI failures due to flaky test (in my experience it&#x27;s often a manual process).<p>The core feature is a one-click way to mute a randomly failing test. Muting is different than skipping a test because a muted test will still run on CI, but it won&#x27;t fail the entire build if it fails. Keeping a flaky test running in your CI is usually valuable so that you gather more data about it and that your error logs stay relevant.<p>It only works with pytest for now, but I&#x27;ll add support for other test frameworks if there is any interest!

1 comment

fruktmixover 1 year ago
I did my thesis in flaky tests, it&#x27;s such a neglected area in ci&#x2F;cd. Good too see people are doing something against it.
评论 #38980652 未加载