-
Hello :) I'm using the hooks and I'm having an async function that I need to execute in Is there any way to handle it? Is it the same for all events? ps: I tried to use the "recorder" but with no luck. Thank you for your help 🙏 |
Beta Was this translation helpful? Give feedback.
Answered by
adudyak
Nov 17, 2023
Replies: 1 comment 3 replies
-
Does
https://codecept.io/parallel/#parallel-execution-by-workers-on-multiple-browsers |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Nikoms
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does
BeforeSuite
work for you? Put your function in it.https://codecept.io/parallel/#parallel-execution-by-workers-on-multiple-browsers