Question: Cucumber hooks execution order #2221
Unanswered
m4rtelli
asked this question in
Q&A JavaScript
Replies: 1 comment
-
So that sounds like a bug. You'll want to report it in https://github.com/cucumber/cucumber-js. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently upgraded my project to support Cucumber 11.0.1 and I've noticed that my After() hooks are now executing in a top->down order. I recall Before() executed this way but After() hooks typically executed in reverse order. Has this changed with version 11+? My sincerest apologies if this was documented somewhere. I couldn't locate it.
Thanks a bunch for your time.
Beta Was this translation helpful? Give feedback.
All reactions