Are there any Velocity test frameworks that work under windows on 1.1.0.2?

I’ve tried mocha, jasmine, nightwatch…

Nothing seems to be working at the moment?

As far as I can tell, there are not. I’ve been following the issue for the last couple of months hoping for progress. The primary issue appeared to be related to the inability to create symlinks in windows, and Velocity’s reliance on symlinks internally for a variety of things.

It appears that some significant progress has been made in the last couple of weeks, though, so hopefully soon:

See https://github.com/meteor-velocity/velocity/issues/96

I have it working now with help from the forums on github

  1. you need a local packages folder in your project, It can just be empty.
  2. you needto add a RC version of mocha meteor add mike:mocha@0.5.3-rc.1
1 Like