Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wdio4 compatible #39

Merged

Conversation

kevinlambert
Copy link
Contributor

@christian-bromann I've created a gulp-webdriver webdriverio 4.0 compatible version.

It's written in ES6.

The Webdriverio is installed as a peer dependency so that other webdriverio plugins can find it.

kevinlambert added 3 commits March 15, 2016 18:02
change output to lib folder,
update webdriverio to be peer dependency so other plugins can find it.
fix error handler
@jonyet
Copy link

jonyet commented Mar 18, 2016

@kevinlambert this error has been throwing since my update to v4 using gulp-webdriver

webdriverio/build/lib/utils/ReporterStats.js:246
if (!specStats.suites[suiteTitle]) throw Error('Unrecognised suite [' + suiteTitle + '] for runner [' + specStats.specHash + ']');
^
Error: Unrecognised suite [] for runner [4cad33f7a110fb0c89ba1a0a0f058751]

i saw this before any work was done to update gulp-webdriver (or my scripts) to work with wdio v4 - it prevented the specs from ever running. now that i've pulled this, everything works great but this error is still thrown at the tail end of the script run.

@christian-bromann
Copy link
Contributor

@kevinlambert good job, I would be happy to merge this.
@jonyet wondering if anyone else gets this error

@jonyet
Copy link

jonyet commented Mar 23, 2016

anyone attempted to use this yet besides me? still seeing this error and unsure why. if either ofy ou have insight please let me know! :)

@christian-bromann
Copy link
Contributor

Thanks @kevinlambert

@christian-bromann christian-bromann merged commit 97e1e33 into webdriverio-boneyard:master Mar 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants