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
If I understand correctly, if we set invocation = x (x > 0) as well as overriding the beforeEach/afterEach hook, then those hooks should run around each invocation (of the same test), but as I tested with the code above, it doesn't.
So is this a bug or do I misunderstand the feature?