Citadeld – Replay any CI failure locally from a single artifact file $ citadeld capture -- npm test
Capturing: npm test
Test failed
Created: failure.cit $ citadeld replay failure.cit Reproducing failure... test/app.test.js:42 Expected: "production" Got: "staging" |
No comments yet