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
Everything is working fine but now I need to increase my project and in that case, I'm splitting everything (feature/step definitions folders and files). And here is my issue. How to share the context between the files. From the cucumber js tsflow doc, we can use Context Injection, that's work fine for simple and synchrous but doesn't work from async and promises things. At least I couldn't do it to work yet. Maybe do you know how to do so?
Thanks for any help/assistance in advance.
Eric
The text was updated successfully, but these errors were encountered:
Hi Elliot, what's up?
I'm contacting you cause I followed this post to get my project done (https://github.com/denolfe/blog-code-samples/tree/master/posts/cucumber-with-typescript).
Everything is working fine but now I need to increase my project and in that case, I'm splitting everything (feature/step definitions folders and files). And here is my issue. How to share the context between the files. From the cucumber js tsflow doc, we can use Context Injection, that's work fine for simple and synchrous but doesn't work from async and promises things. At least I couldn't do it to work yet. Maybe do you know how to do so?
Thanks for any help/assistance in advance.
Eric
The text was updated successfully, but these errors were encountered: