Async steps
#2238
Replies: 1 comment 2 replies
-
I think you could do this today without any changes to Cucumber. If you think of your step
You need a few other things:
I'm mentioning doing and awaiting all this async stuff in a very hand-wavy way, mostly because I don't know your tech stack. But I can see roughly what it looks like in my head in JavaScript for example. Hope this helps. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Just a thought.. what if Cucumber supported the option to run certain steps asynchronously? Take the following scenario:
In a scenario like this each player does not necessarily need to wait for the others to play their rounds. The ability to make certain steps async could significantly improve test execution time, especially in larger test suites.
Beta Was this translation helpful? Give feedback.
All reactions