cucumber / godog

Cucumber for golang
MIT License
2.21k stars 249 forks source link

Please update the concurrency paragraph in the docs to clarify if scenario outlines run in parallel or only the scenarios #579

Open Johnlon opened 7 months ago

Johnlon commented 7 months ago

1) Please update the concurrency paragraph in the docs to clarify if scenario outlines run in parallel or only the scenario. With the current reading I come to the conclusion that all scenario outline examples will run sequentially.

2) Please confirm here whether outline examples run in parallel

roskee commented 7 months ago

They run sequentially.