Wednesday 22 March 2017

Set up a continuous testing pipeline for a Node.js app

I wrote a new guide on creating a continuous integration, delivery, and testing pipeline with a Node.js app.Full post: Set up a continuous testing pipeline with Node.jsExample repo: http://ift.tt/2mtVNsw tutorial goes over the different components of a complete CI pipeline:Push code to GitHub, build and run unit tests on CircleCIDeploy new app version to HerokuPost-deployment tests with AssertibleThe whole workflow is surprisingly easy to set up, so I'd love to hear some feedback on this approach and how other teams manage their CI setups.What does your CI pipeline look like? Anything you would add or change about this workflow?

Submitted March 22, 2017 at 09:15PM by CodyReichert

No comments:

Post a Comment