-
Notifications
You must be signed in to change notification settings - Fork 106
4.0 support? #156
Comments
@azaslavsky I think 4.x support is happening in beta-rc1. PR #146 works with 4.x, but not sure how stable that is. |
Provisional Todo list:
@christian-bromann anything missing? |
Thanks for the response, @meleyal! I ended up using wdio-screenshot and wdio-visual-regression-service instead, which, as far as I have been able to tell, work great with 4.x. The only downside is that their APIs are a little less robust than this one (no exclusions, for example), but I'm sure that will be fixed with time. It's worth mentioning that they are both already written with async/await, so perhaps they could be used as dependencies for this library under the hood? |
@azaslavsky I also switched for now. There's an issue here about possibly merging the two projects: zinserjan/wdio-screenshot#5 |
Hi, |
please see #156 (comment) |
Hi,
I noticed that there is a large disclaimer that 3.0 is not yet supported, but that the dependency in the package.json file is ^4.0.9? Does this mean that 4.x+ is supported, but that this library is not yet backwards compatible with 3.x? Or are neither 3.x nor 4.x supported?
The text was updated successfully, but these errors were encountered: