onsi / ginkgo

A Modern Testing Framework for Go
http://onsi.github.io/ginkgo/
MIT License
8.22k stars 650 forks source link

Running suites in parallel #1245

Open Paul-vrn opened 1 year ago

Paul-vrn commented 1 year ago

I saw that we can run in parallel specs inside a suite. But is it possible to run suites in parallel ? When I run ginkgo -r for example.

onsi commented 10 months ago

hey - so sorry for the delay. i thought i'd answered this via - email but am clearly misremembering. currently suites run in series with respect to one another and only specs within a suite are parallelized. this may change in the future however there aren't concrete plans for that yet.