CodeceptJS
CodeceptJS copied to clipboard
Hooks and global variables and order of Before and Background
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
This issue is stale because it has been open for 90 days with no activity.