ginkgo icon indicating copy to clipboard operation
ginkgo copied to clipboard

A Modern Testing Framework for Go

Results 195 ginkgo issues
Sort by recently updated
recently updated
newest added

There's a set of tests that we want to rerun 10 times per run of the suite; kind of the opposite of FlakeAttempts, since the goal is they have to...

In our project we just ran into the following human error situation: ``` var _ = Describe("Some API", func() { DescribeTable("for some context", func() { DescribeTable("does something", func(someArg bool) {...

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.20.1 to 1.20.2. Release notes Sourced from github.com/onsi/gomega's releases. v1.20.2 1.20.2 Fixes label specs that rely on remote access; bump timeout on short-circuit test to make it...

dependencies
go

In the Kubernetes E2E framework, we have tests like this: ``` Describe(..., func() { f := framework.NewDefaultFramework() }) ``` `NewDefaultFramework` calls `BeforeEach` to set up the content of f and...

ginkgo version: v2.15.0 custom go version for my project: go1.21 default go version(system-wide): go1.19 Issue description: When I want to use go1.21 to build and test my project, I had...

When setting up new projects, Goland (IntelliJ IDEA) imports the v1 by default. This always causes headaches in my team due to the incompatibility of various flags (or passing them...

Bumps [github-pages](https://github.com/github/pages-gem) from 229 to 230. Release notes Sourced from github-pages's releases. v230 What's Changed Bump docker/login-action from 2 to 3 by @​dependabot in github/pages-gem#907 Bump docker/build-push-action from 4 to...

dependencies
ruby

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.17.0 to 0.18.0. Commits c5643e9 gopls/internal/server: fix two bugs related to dynamic configuration 50b4f1b gopls/internal/golang: close open file f0ef3c6 gopls: update x/telemetry dependency to fix crash 8cf0a8e...

dependencies
go

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.21.0. Commits 73d21fd go.mod: update golang.org/x dependencies 643fd16 html: fix SOLIDUS '/' handling in attribute parsing 73e4b50 dns/dnsmessage: allow name compression for SRV resource parsing...

dependencies
go

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.16.0 to 0.17.0. Commits 914b96c windows: support ill-formed UTF-16 in UTF16PtrToString 511ec84 Revert "windows: support nil done parameter in ReadFile and WriteFile" 628365d windows: support nil done...

dependencies
go