onsi / ginkgo

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

Add ability to filter for tested marked with "Serial" #1483

Closed akalenyu closed 4 days ago

akalenyu commented 1 week ago

Today, "Serial" is not a real label and thus it is impossible to filter by. It would be great if we could grab serial tests by using this label instead of adding one of our own