1
Citadeld – Replay any CI failure locally from a single artifact file
捕获CI失败现场,一行命令本地重现,彻底告别玄学调试。
$ citadeld capture -- npm test Capturing: npm test Test failed Created: failure.cit $ citadeld replay failure.cit Reproducing failure... test/app.test…