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

Plugin doesn't make use of new wdio.conf.js file #9

Closed craig-jennings closed 9 years ago

craig-jennings commented 9 years ago

I've created a wdio.conf.js file to use for my testing, but it seems like this plugin doesn't make use of it. It'd be nice if I didn't have to duplicate my settings in the gulp task.

christian-bromann commented 9 years ago

This is exactly the plan for the next version: just reference the wdio.conf.js file and allow overwriting certain options.

jopdeklein commented 9 years ago

Isn't this already the working now? From the Readme:

gulp.task('test:e2e', function() {
    return gulp.src('wdio.conf.js').pipe(webdriver());
});
craig-jennings commented 9 years ago

@jopdeklein Looks like that fix dropped about 4 hours before your comment: 051bd74a7f1a8750de715905c3e1f0762b204444. I'll close this issue now.