CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

Hooks and global variables and order of Before and Background

Open SroubekH opened this issue 3 years ago • 1 comments

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

SroubekH avatar Jan 27 '22 08:01 SroubekH

This issue is stale because it has been open for 90 days with no activity.

github-actions[bot] avatar Feb 06 '24 02:02 github-actions[bot]