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
With junit-team/junit5#3044 released in 5.9.1 the docs for the platform engine still state:
Note: Cucumber does not guarantee that the number of concurrently executing tests will not exceed the configured parallelism. The underlying ForkJoinPool used to execute scenarios may spawn additional threads. To obtain such guarantees us a custom parallel configuration strategy.
✨ What's your proposed solution?
Update the docs to explain that since 5.9.12 the property can be used. Also add the property to the list of properties.
With JUnit 5.9.2 we pull in junit-team/junit5#3044 which makes it
possible to limit the maximum number of threads used while
executing in parallel.
Closes: #2677
With JUnit 5.9.2 we pull in junit-team/junit5#3044 which makes it
possible to limit the maximum number of threads used while
executing in parallel.
Closes: #2677
With JUnit 5.9.2 we pull in junit-team/junit5#3044 which makes it
possible to limit the maximum number of threads used while
executing in parallel.
Closes: #2677
🤔 What's the problem you're trying to solve?
With junit-team/junit5#3044 released in 5.9.1 the docs for the platform engine still state:
✨ What's your proposed solution?
Update the docs to explain that since 5.9.
12 the property can be used. Also add the property to the list of properties.📚 Any additional context?
Fixes: #2512.
The text was updated successfully, but these errors were encountered: