TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

3 点作者 anze3db超过 1 年前
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

fruktmix超过 1 年前
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 未加载