xolvio / qualityfaster

An example project showing how to create robust and maintainable acceptance tests
262 stars 58 forks source link

Chimp.js + Meteor 1.3 + Codeship or CircleCI continuous integration #38

Closed Oizor closed 8 years ago

Oizor commented 8 years ago

Is there already an easy way to run Chimp.js and Meteor 1.3 on a CI service like Codeship of CircleCI? The main obstacle I'm facing is how to determine Meteor has fully started before executing the chimp command.

ghost commented 8 years ago

See https://github.com/xolvio/automated-testing-best-practices/blob/master/circle.yml#L56 for the CircleCI config. We do the start logic in the scripts/test.js.