Details
Description
EmbedderControls.useThreads(int) (or equivalent annotation property) controls the number of threads that will be used for the multi-thread execution.
Each story (and all its scenarios) will run in a single thread, while multiple stories can run concurrently.
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 3.3 [ 17108 ] |
Paul Hammant
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Mauro Talevi
made changes -
Description |
EmbedderControls.useThreads(int) (or equivalent annotation property) controls the number of threads that will be used for the multi-thread execution.
Each story (and all its scenarios) will run in a single thread, while multiple stories can run concurrently. |
Implemented