karma-runner / karma-phantomjs-launcher

A Karma plugin. Launcher for PhantomJS.
MIT License
281 stars 121 forks source link

SetProcessDpiAwareness failed: "COM error #190

Open tiefling opened 7 years ago

tiefling commented 7 years ago

Referring to this issue over in the browserify repo

This seems to be an issue with how phantom is launched under Windows.

According to , the fix is to launch with: phantomjs -platform windows:dpiawareness=0

Can this be applied within the plugin so this error goes away?