You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
Hello,
I have recently upgraded to wdio-cucumber-framework v2.2.7 from (1.x) which upgrades from cucumber 2.x to cucumber 4.x
Since then, my saucelabs jobs do not get their name updated properly.
I investigated into it and found that the hook execution order is as follow:
This is wrong as 'beforeFeature' needs 'before' to have been executed first so that the global context is properly initialized.
I might be able to fix it, but I am not sure if it should be done in this repo or by fixing the hook execution order ?
Thanks.
The text was updated successfully, but these errors were encountered: