Tutorial by Examples

Go to Codeship.com and create an account (or login) Create a new project Import your project via Github or Bitbucket On the screen "Configure Your Tests" use these commands: Select "I want to create my own custom commands" from the "Select your technology to prepop...
Write some tests Install dispatch:mocha-phantomjs: meteor add dispatch:mocha-phantomjs Add a test-command to your package.json. { "name": "awesome meteor package", "scripts": { "test": "meteor test --driver-package dispatch:mocha-...

Page 1 of 1