smartystreets / goconvey

Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go.
http://smartystreets.github.io/goconvey/
Other
8.25k stars 555 forks source link

How can I run Table driven tests parallel in GoConvey #594

Closed arvind-sys closed 4 years ago

arvind-sys commented 4 years ago

How can I run Table driven tests parallel in GoConvey? Different TestFunctions run Parallel. But I have a Test Function with table driven. Can I run this parallel?