-
When I run `make test` locally it always fails with
```
STEP: tearing down the test environment
STEP: bootstrapping test environment
1.65058046721266e+09 DEBUG controller-runtime.test-env u…
-
Using Ginkgo version:
```
Ginkgo Version 2.13.0
```
With ginkgo plugin version `0.10.1` in a setup which runs GoLand on Windows and the project is hosted on a WSL2 distro. All (most) integration…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I have rebuilt `ginkgo` from the latest commit in master, same results as from the last release:
```
---> Testing ginkgo
Executing: cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_math…
-
Hi, the theme works perfect in many page, but the tab course dont show correctly
![image](https://user-images.githubusercontent.com/15792476/35933286-c8bff96a-0bff-11e8-8c6e-9392962f474b.png)
-
```
❯ ginkgo version
Ginkgo Version 2.13.1
```
When these conditions are met, failed test case are not shown.
- There are ginkgo test files and bui…
-
Expect(err).ShouldNot(HaveOccurred())
or
Expect(err).ToNot(HaveOccurred())
Only give you the Expect stackTrace or the stackTrace of the DSL. We are looking for the stackTrace of the error
Exam…
-
Most helpers are using an offset of `2` when logging errors:
https://github.com/triggermesh/triggermesh/blob/4d4925b238aa089e8c5e9753d3d6e97285bd00f4/test/e2e/framework/gcloud/storage/storage.go#L4…
-
Configure OpenedX platform
1. Deploy OpenedX ginkgo on AWS.
2. Restore mongo and mysql databases.
3. [Configure vlabs utils in nginx configuration](https://github.com/vlead/vlabs-openedx-platform/b…
-
Dot imports are ignored, reproduce with test below:
main
```go
package main
import (
"fmt"
. "github.com/onsi/ginkgo"
)
func main() {
fmt.Println("bug")
}
```
vendor.conf
```
…