mad-eye / meteor-mocha-web

easily and safely run mocha tests within the Meteor framework
MIT License
145 stars 46 forks source link

Running tests server side #9

Closed jhoxray closed 10 years ago

jhoxray commented 11 years ago

Hi! Great to see this effort - we have recently included quick-n-dirty testing support to observatoryjs.com (check out testing tab overthere, github is https://github.com/jhoxray/observatory) based on chai and very small subset of mocha-like syntax, but we'd much rather use the real thing. The only problem is that there we included both server and client side testing (all run inside the full Meteor app environment) so I was wondering if you have plans to add that. If not, would you be ok if we fork yours and play with it to see if any pull requests work? Thanks!

rissem commented 11 years ago

We'd love to run mocha within the server context, but probably won't get to it in the immediate future. In the meantime, we'll definitely check out any pull requests you send our way.

mitar commented 11 years ago

Do you know about https://github.com/arunoda/travis-ci-meteor-packages ?

jagill commented 10 years ago

Fixed in v0.2.0.