Reputation: 941
I have provided the snapshot of console, where i am getting error as "cannot find module Firefox-profile, which is causing the failure in loading the run-tests file.
Upvotes: 2
Views: 481
Reputation: 17553
You need to have q and firefox-profile modules installed:
npm install q firefox-profile --save-dev
Hope it will help you :)
Upvotes: 2