I’m trying but failing to get Mocha and Nightwatch to co-exist under Velocity.
Simple test:
- Install https://github.com/meteor-velocity/velocity-examples
- Run meteor update in velocity-example/leaderboard-mocha
- Start meteor
…app comes up and Velocity shows Moha loaded OK with 1 example test.
- Stop meteor
- meteor add velocity:nightwatch-framework
- Start meteor
…app comes up but shows Mocha hanging in “Loading…” and Nghtwatch has an “Add Nightwatch sample tests” button nothing seems to happen when clicked.
What am I missing…???
(Server output wih debug enabled is here just in case: http://pastebin.com/6qJYKctJ)