mad-eye / meteor-mocha-web

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

run and show package tests in velocity? #188

Open me23 opened 9 years ago

me23 commented 9 years ago

Hi,

i would like to move some parts of my app to separate local packages. Therefore i would like to move my mocha tests in the corresponding package. Is there a way to run and show the tests of these packages in velocity?

If i click on "show files" in velocity, the test file is listed there, but the test doesn't run.

I think it would be nice if there was a way to add "local" packages mocha tests to velocity? So we can develop a package-based-app like a normal app.

The current walk around i found is to symlink the tests files of my packages to the tests folder of the app. Don't know how good this will work in future, but with a very simple test it works...

Kind regards me23