Skip to content

Comment on Continuous Testingparent

Comments

Continuous integration happens on very commit. You have to physically commit your changes to source control, in which case your CI system picks it up.

Continuous testing happens on every save. You safe a file, it gets synced with another machine, the build happens there. If the build succeeds, tests run and you get immediate feedback on whether you broke anything.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.