shankar upadhyay
shankar upadhyay

Reputation: 941

Cannot find module 'firefox-profile' in protractor

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.

Click Here

Upvotes: 2

Views: 481

Answers (1)

Shubham Jain
Shubham Jain

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

Related Questions