Closed jriver27 closed 8 years ago
It took me a while to understand exactly how to use this package. The documentation should be clearer. This is how I got it to work
var wdio = require('gulp-wdio'); gulp.task('e2e', function () { return gulp.src('path/to/wdio.conf.js').pipe(wdio({ type: 'selenium', wdio: {} })); });
Improved, how does it looks now?
Great. Thanks.
It took me a while to understand exactly how to use this package. The documentation should be clearer. This is how I got it to work