-
-
Notifications
You must be signed in to change notification settings - Fork 747
Closed as not planned
Labels
@SroubekH
Description
Hello,
we are using cucumber to define tests, and I have noticed I can't save into this in before/after hooks. Am I missing something, or is just not possible? Or is there a way for step definition to access test support Object?
I also noticed that background is triggered before before
hooks and I don't think it's correct behavior, since background should work as a beginning of the test, then Before should be triggered first.
Details:
nodeJs version: v14.15.0
CodeceptJs version: 3.2.3