Replies: 1 comment
-
Seem you already randomized the pickles but the issue is it still run feature after feature sequentiality? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The idea is utilize concurrency.
For example, if we have this Scenario Outline:
I feel that when run with
--random
, the Scenario Outline mixed and randomized but all 4 examples will just run as the same close to each other, if we use only 2 goroutine when run, the scenario will likely stuck waiting.I think If we can mix the Example execution with others Scenario then it will have better random.
Beta Was this translation helpful? Give feedback.
All reactions