webdriverio-boneyard / gulp-webdriver

gulp-webdriver is a gulp plugin to run selenium tests with the WebdriverIO testrunner
http://webdriver.io
MIT License
76 stars 33 forks source link

Fixed wdio path on windows #35

Closed gilmarsquinelato closed 8 years ago

gilmarsquinelato commented 8 years ago

I used

fs.existsSync()

to check if the file exists before use

require.resolve()
christian-bromann commented 8 years ago

Published with v1.0.3. Thanks!