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

pass filename as first argument #40

Closed jeremyrader closed 8 years ago

jeremyrader commented 8 years ago

The wdio cli takes the first arg as the filename. This pull request is to ensure that the first argument passed in from gulp-webdriver is the filename. In my case, I am including the harmony flag and that is getting pulled in first

christian-bromann commented 8 years ago

This change got obsolete with the new version. Thanks though!