Execute code after setup node events and before the spec starts execution #27811
roshnidevadiga
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to execute a setup code just before my spec execution starts. If I do it in setup node events before run hook, I cannot execute any cy commands since it does not execute in the context of browser. How do I achieve this? Is there any other hook available?
Beta Was this translation helpful? Give feedback.
All reactions