arunoda / laika

testing framework for meteor
http://arunoda.github.io/laika/
MIT License
242 stars 38 forks source link

How to pass start parameters to Laika? IP Binding Issues #141

Closed ghost closed 9 years ago

ghost commented 9 years ago

There is new IP binding issue with Meteor since 0.9.2. https://github.com/meteor/meteor/issues/2596. To start Meteor in a lot of dev environments now means having to run meteor like this:

meteor -p 0.0.0.0:3000

How do I control the parameters for how Laika runs Meteor?

ghost commented 9 years ago

It looks like the fix for this is coming in 0.9.2.2 - https://github.com/meteor/meteor/issues/2620