xolvio / meteor-rtd-example-project

A template project to use for creating a meteor app with unit and webdriver testing
91 stars 27 forks source link

Is it possible to use a different directory name(this project uses 'app') where project's meteor code resides? #38

Open D-Ne0 opened 10 years ago

D-Ne0 commented 10 years ago

I am working on a meteor based project and wanted to try RTD for unit testing. The problem is our meteor code resides in a directory named say 'abc'. RTD project page says your code should be in app directory. Is there any work around for this?

samhatoum commented 10 years ago

Hi. If you're only using RTD for unit testing, and you're not yet concerned about coverage and webdriver testing, then you can use the new Velocity test runner with the velocity-jasmine-unit package.

We are in the process of porting all RTD features into Velocity.

samhatoum commented 10 years ago

Velocity works with your existing app structure and looks in the /tests directory. RTD does not support this