meteor-rtd-example-project icon indicating copy to clipboard operation
meteor-rtd-example-project copied to clipboard

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

Open D-Ne0 opened this issue 11 years ago • 2 comments

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?

D-Ne0 avatar May 10 '14 18:05 D-Ne0

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 avatar May 11 '14 05:05 SamHatoum

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

SamHatoum avatar May 11 '14 05:05 SamHatoum