JiaYongfei
JiaYongfei
Sample code: ` var _ = Describe("Books", Ordered, func() { var str string It("test1", func() { str = "123" }) It("test2", func() { gomega.Ω(str).Should(gomega.Equal("123")) }) It("test3", func() { }) })...
Sample code: ` var _ = Describe("Books", Ordered, func() { var str string It("test1", func() { str = "123" }) It("test2", func() { gomega.Ω(str).Should(gomega.Equal("123")) }) It("test3", func() { }) })...
When running in parallel, there is a CapturedStdOutErr field in report.json which captured all the console output. `"CapturedStdOutErr": "I0417 22:10:24.591147 27863 clustercase_test.go:70] table test test1\n"` When running in serial, CapturedStdOutErr...
Spec: `It("should be skipped too", Pending, func() {})` Run `ginkgo outline --format=json ` command Output: `{ "name": "It", "text": "should be skipped too", "start": 1734, "end": 1784, "spec": true, "focused":...
panic in BeforeSuite didn't write ForwardedPanic into report. It's better we dump the same info as we did in each Spec. Related code to build the failure message for Spec:...
**What would you like to be added**: **Why is this needed**:
**What happened**: **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**: **Environment**: - TKE version: v1.19 - Global...
**What happened**: **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**: **Environment**: - TKE version: v1.19 - Global...
**What happened**: **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**: **Environment**: - TKE version: v1.19 - Global...
**What happened**: **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**: **Environment**: - TKE version: v1.19 - Global...