【发布时间】:2022-08-04 22:53:16
【问题描述】:
我在 Github 中有一个 cypress 工作流程,它运行良好。但是,当 e2e 测试由于某种原因失败并且我想使用 re-run all jobs 按钮(如下)重新运行它们时,会出现以下消息:
The run you are attempting to access is already complete and will not accept new groups.
The existing run is: https://dashboard.cypress.io/projects/abcdef/runs
When a run finishes all of its groups, it waits for a configurable set of time before finally completing. You must add more groups during that time period.
The --tag flag you passed was:
The --group flag you passed was: core
我应该对我的配置进行哪些更改才能使这些成为可能?有时,e2e 会因为稍后修复的后端错误而失败。
我想这样做而不是 force e2e 提交。
标签: continuous-integration cypress github-actions