Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Call to Sauce API is missing job name #56

Open
Kignuf opened this issue Oct 1, 2018 · 0 comments
Open

Call to Sauce API is missing job name #56

Kignuf opened this issue Oct 1, 2018 · 0 comments

Comments

@Kignuf
Copy link
Contributor

Kignuf commented Oct 1, 2018

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:

  • beforeFeature
  • before

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants