![]() Ginkgo v2.5.0 adds support for a "timeline": a full description of what happened while a specific test ran, including failures, timeouts, and log output. Ginkgo v2.6.0 adds ReportBeforeSuite which we need for https://github.com/kubernetes/kubernetes/issues/114313. |
||
---|---|---|
.. | ||
format | ||
gmeasure | ||
gstruct | ||
internal | ||
matchers | ||
types | ||
.gitignore | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
gomega_dsl.go | ||
LICENSE | ||
matchers.go | ||
README.md | ||
RELEASING.md | ||
tools |
Jump straight to the docs to learn about Gomega, including a list of all available matchers.
If you have a question, comment, bug report, feature request, etc. please open a GitHub issue.
Ginkgo: a BDD Testing Framework for Golang
Learn more about Ginkgo here
Community Matchers
A collection of community matchers is available on the wiki.
License
Gomega is MIT-Licensed
The ConsistOf
matcher uses goraph which is embedded in the source to simplify distribution. goraph has an MIT license.