xolvio / rtd

DEPRECATED: The Test Runner for Meteor
164 stars 37 forks source link

Convert to npm package #163

Closed xdissent closed 10 years ago

xdissent commented 10 years ago

Fixes #61

xdissent commented 10 years ago

Example app here: https://github.com/xdissent/meteor-rtd-example-project/tree/npm

git clone -b npm https://github.com/xdissent/meteor-rtd-example-project.git
cd meteor-rtd-example-project
npm install
./node_modules/.bin/rtd
samhatoum commented 10 years ago

wow, thank you so very much! Let me get this installed and work with it, then I'll update the docs and so forth. This is so very kind

xdissent commented 10 years ago

Oh dude, thank YOU. This shit rules. Just happy to help. :clap:

samhatoum commented 10 years ago

You may be interested in the new testing initiative we're doing. Featuring MadEye (mocha-web), Arunoda (laika), Xolvio (RTD), Adrian Lanning (Share911) Josh/Rye (diffrential.io), Abigal Watson (meteor-test-harness) and Robert Dickert (meteor boulder meetup) all collaborating on a unified meteor testing framework.

It's here: https://github.com/xolvio/velocity.

xdissent commented 10 years ago

Cool, I think I see where you're going with that. Let me know if I can help!