Node.js Error Cannot Find Module
Hey guys I'm new to JS and Node.js and I'm having trouble setting up a webdriverio project using cucumber and PageObject. And every time I try to run a test this error happens: ERR
Solution 1:
Try with this :
var openWebsite = require('../../support/action/openWebsite');
var LoginPage = require('../../pageobject/LoginPage/LoginPage');
Post a Comment for "Node.js Error Cannot Find Module"