You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got these warnings when trying to use the plugin for the first time:
[chrome #01-4] (node:28932) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, chmod 'C:\dev\e2e\results\styles'
[chrome #01-4] (node:28932) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
[chrome #01-4] (node:28932) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
As far as I can see, the primary suspect is fse.copy call at
Feel free to provide a PR that will fix it. I am developing against mac and tests are run against a linux machine, so there might some specific issues with windows platform...
Got these warnings when trying to use the plugin for the first time:
As far as I can see, the primary suspect is fse.copy call at
protractor-screenshoter-plugin/index.js
Line 420 in 989f8e0
fse.copySync
or be given a callback to capture the error.The text was updated successfully, but these errors were encountered: