-
Nice library, I'm loving the coloured output and the BDD style assertions.
Just wondering if there is a `NotEqual` assertion equivalent available or planned?
-
In a Kubernetes e2e_node test, we have:
```
gomega.SetDefaultEventuallyTimeout(5 * time.Minute)
...
gomega.Eventually(ctx, listResources).Should(matchNode, "ResourceSlice from kubelet plugin")
``…
pohly updated
1 month ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
https://github.com/onsi/gomega/pull/273 implemented a feature to make some things configurable, which is great. The problem is that we need to do this in _every_ test suite such that it works regardle…
-
# I WANT:
I simply want to send hundreds of `tx` to my local node.
# I DO:
1. install this extension
2. write my script
3. execute test
4. get a error 😢
# MY MACHINE:
- MacBook Air M…
-
Hi, I love the matcher. Really makes api testing a breeze. It would be awesome if the error message included a diff of the expected json and the actual json. When there is a large chunk of json text i…
-
**Describe the bug**
When trying to replace a unicode character Ω (used by ginkgo/gomega as an `Expect` alternative), `comby` seems to match far more than intended. If I remove the Ω entirely and jus…
-
`EnforceDefaultTimeoutsWhenUsingContexts` was added in https://github.com/onsi/gomega/commit/e4c4265bd405e86ae80d3a65610604294f30f77e, but it was implemented as an internal Gomega method, therefore, w…
-
I am new to ginkgo and wanted some help. I have few specs which are interdependent hence I'm running them in a ordered execution strategy. Now I want to speed it up and run them in parallel but since …
-
https://onsi.github.io/ginkgo/#interrupting-aborting-and-timing-out-suites shows that if `SIGTERM` is sent to ginkgo process,
`Ginkgo will then run any clean-up and reporting nodes (AfterEach, JustAf…