Is your feature request related to a problem? Please describe.
I'd like to simplify passing tags to WithTags and WithIgnoredTag. I only pass a single tag in most of my use cases, so it would be nicer if the functions are varadic.
Describe the solution you'd like
Use gobdd.WithTags("wip") instead of gobdd.WithTags([]string{"wip"})
Is your feature request related to a problem? Please describe. I'd like to simplify passing tags to
WithTags
andWithIgnoredTag
. I only pass a single tag in most of my use cases, so it would be nicer if the functions are varadic.Describe the solution you'd like
Use
gobdd.WithTags("wip")
instead ofgobdd.WithTags([]string{"wip"})
Describe alternatives you've considered N/A
Additional context N/A