gulp-webdriver
gulp-webdriver copied to clipboard
gulp-webdriver is a gulp plugin to run selenium tests with the WebdriverIO testrunner
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.5 to 1.19.11. Release notes Sourced from urijs's releases. 1.19.11 (April 3rd 2022) SECURITY fixing URI.parse() handle excessive slashes in scheme-relative URLs - disclosed by zeyu2001 via...
_From @demshin on February 14, 2017 11:27_ ## The problem I'm runing tests with wdio (also cucumber) with key --suite nameOfSuite, but all tests run. ## Environment * WebdriverIO version:...
I run something like this: ``` javascript gulp.task('test', function (cb) { return gulp.src('wdio.conf.js').pipe(webdriver({ onComplete: function () { console.log('`onComplete` call') }, before: function () { console.log('`before` hook'); }, after: function (){...
Hello @christian-bromann , Sorry for the trouble but I was just looking for starting and stopping appium as a child process and came across [this example](https://github.com/webdriverio/gulp-webdriver/blob/master/gulp/test.js). Here selenium server is...
## The problem Running `gulp e2e` task does not successfully end task once finished running my test suite. I'm assuming that it's me, and not you, but I've stripped out...
_From @artur-michalak on January 4, 2017 12:5_ ## The problem When i setup webdriver.io with gulp watch and interrupt process with ctrl+c it's not closing. ## Environment * WebdriverIO version:...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [cacheable-request](https://github.com/jaredwray/cacheable-request) to 10.2.7 and updates ancestor dependencies [cacheable-request](https://github.com/jaredwray/cacheable-request), [@wdio/cli](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-cli), [@wdio/dot-reporter](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-dot-reporter), [@wdio/local-runner](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-local-runner) and [@wdio/mocha-framework](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-mocha-framework). These dependencies need to be updated together. Updates `cacheable-request` from 7.0.1 to 10.2.7 Release notes Sourced...
Bumps [chrome-launcher](https://github.com/GoogleChrome/chrome-launcher) from 0.13.1 to 0.13.4. Release notes Sourced from chrome-launcher's releases. 0.13.2 (Thu, May 7 2020) 7c1ea547 deps: bump to [email protected] (#187) 2ae5591d fix: sanitize environment variables used in...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...