webdriverio-boneyard / wdio-junit-reporter

A WebdriverIO v4 plugin. Report results in junit xml format.
http://v4.webdriver.io
MIT License
11 stars 42 forks source link

Missing lodash dependency in package.json. #96

Closed bryanatibm closed 6 years ago

bryanatibm commented 6 years ago

This project should specify it's lodash dependency in package.json. The project I am using this on is using an older version of lodash, so the get() function call was failing (project is using lodash 2.4.2). In order to get around this, had to shrinkwrap the project and override the dependencies for wdio-junit-reporter to add in lodash ~ 4.0 as a requirement. This got around the issue, but it would be simpler if wdio-junit-reporter had the lodash dependency specified :).

christian-bromann commented 6 years ago

Fix release in 0.4.3