You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already have the option to hook into the setup and teardown of one test with the use of onFlowStart and onFlowComplete. #1206
However we notice as our code base is growing, we need to perform the same operation with every test.
For now we have a helper script that performs our setup and teardown and need to copy it in every single YAML file we create.
Proposal
There is already a more global configuration object.
I was wondering if something like this would be possible so we have a more global onFlowStart / onFlowComplete
Use case
We already have the option to hook into the setup and teardown of one test with the use of
onFlowStart
andonFlowComplete
. #1206However we notice as our code base is growing, we need to perform the same operation with every test.
For now we have a helper script that performs our setup and teardown and need to copy it in every single YAML file we create.
Proposal
There is already a more global configuration object.
I was wondering if something like this would be possible so we have a more global
onFlowStart
/onFlowComplete
Anything else?
No response
The text was updated successfully, but these errors were encountered: