testplane
testplane copied to clipboard
Update webdriverio
Hi,
webdriverio in hermione soo old, could you update it to the latest version?
We cannon launch firefox, it causes error like this https://bugzilla.mozilla.org/show_bug.cgi?id=1518376
webdriverio in hermione soo old
version v5 doesn't support all old browsers.
We cannon launch firefox, it causes error like this https://bugzilla.mozilla.org/show_bug.cgi?id=1518376
this command is deprecated. you should use performActions instead. [email protected] only has command that decorate it - https://github.com/webdriverio/webdriverio/blob/master/packages/webdriverio/src/commands/element/moveTo.js#L33-L38
hi
will try to update it soon
Hi, Hermione seems really nice and I am already planning to use Mocha+Chai which is perfect. But, WebDrive.io v4 is a bit of a deterrent. Building a test suite with an outdated API is a little too scary for me. If the upgrade comes soon, I'll definitely look at using Hermione. Thanks.
There is a webdriver version 6 released already. So maybe now it's time to consider that one 🤔
hi
I tried to do it in my free time, but failed. So, this work will be planned to our main working time
Any changes so far, old webdriver is one of the reasons we are ready to give up on this tool =(
Hello.
We will migrate on a new wdio version very soon.
What is the definition of 'very soon'? :)
Very soon - it's in this year, i hope =)
The main problem here that a lot of projects use api from v4 which is completely different from v6. So before we update wdio we should write hermione plugin, which would ensure the implementation of old commands through new ones in order to ensure a smooth transition to the new hermione version.
can there projects use old major version of hermione?
can there projects use old major version of hermione?
Yes, they can. But in this case we will have to support few branches (with old and with new wdio). Therefore this is not the best option for us.
Any updates
Hello.
We will migrate on a new wdio version very soon.
Any updates?
Any updates?
We have already written a plugin hermione-wdio-migrator with commands from wdio@4 that used commands from wdio@6.
And now we are at the final stage of work on the codemod, which will transform tests to async-await style and use separate call of browser commands instead of chaining them. In wdio@6 chaining of browser commands does not work...
It seems that new version of hermione with wdio@6 will be ready in about 2 weeks.
Any updates?
We have already written a plugin hermione-wdio-migrator with commands from wdio@4 that used commands from wdio@6.
And now we are at the final stage of work on the codemod, which will transform tests to async-await style and use separate call of browser commands instead of chaining them. In wdio@6 chaining of browser commands does not work...
It seems that new version of hermione with wdio@6 will be ready in about 2 weeks.
Great news!!! Thank you!!!
New version with wdio@7 under the hood is already published - [email protected]. At the moment we are at the stage of adding it to one of our very large projects (~ 30k tests). When we are done with the update, we will write detailed documentation on migration to the new version.
Current status:
- from [email protected] we already use [email protected]
- from [email protected] we will use [email protected] (in progress)