aruiz-caritsqa / wdio-html-format-reporter

A WebdriverIO plugin. Create a basic HTML formatted report
0 stars 4 forks source link

Electron library is pulled when installing wdio-html-format-reporter #16

Open qtis opened 4 years ago

qtis commented 4 years ago

This is some small library and it is extremely weird to see download of electron every time packages are installed (47MB zip).

It looks like you are using "nightmare" package that has dependency to electron. And this package is added as dependency, not devDependency. Current usage in this repo is only in spec file (test).

Please move it to devDependencies so that it will not cause all clients to download huge packages of dev dependencies each time formatter is installed.