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

Make report-files access permissions configurable #23

Open mkyrychenko opened 7 years ago

mkyrychenko commented 7 years ago

I run webdriverio from docker with connected host-folder... By default wdio-junit-reporter creates report files with docker-user permissions.

Please make fs mode at fs.writeFileSync in reporter.js configurable from wdio.config.js

christian-bromann commented 7 years ago

Why would changing the fs.writeFileSync options change anything here?