Onsi Fakhouri
Onsi Fakhouri
Cool! If you'd like you can implement this as a [Gomega matcher](https://onsi.github.io/gomega/#adding-your-own-matchers) and i'd be happy to mention it in the [list of community supported marchers](https://github.com/onsi/gomega/wiki)
whoops! sorry about that. Should be fix on the latest commit on the ver2 branch
Strange. Any chance your repo is open source so i can take a look?
Also, if you run `ginkgo -v` in a package that you've added labels to do you see an annotation next to the name of the spec for the ones that...
Sorry one last thought. Do things behave differently if you use `ginkgo -r` instead of `ginkgo ./...`? i can't imagine that's the issue but it's worth ruling out.
OK _phew_. Makes sense about the build tag interfering and I'm glad to hear that `--label-filter` is working well. The [implementation](https://github.com/onsi/ginkgo/blob/master/ginkgo/labels/labels_command.go) for `ginkgo labels` is _incredibly_ naive (it's just a...
hey @oliviassss you need 2.0 at least. The `Label` decorator and `--label-filter` are a new features in 2.0
Hey there, I generally recommend using the CLI - it enables additional ginkgo functionality that you can't get from `go test` - and will not be adding environment-based configuration. You...
hey there, sorry for the delay. this doesn't look like a ginkgo issue but rather something going on with the container networking in your docker installation? that isn't my forte...
Cool - I don't know too much about WASM support but will try to take a look at this PR in the next couple of weeks.