We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d17148 commit 978aa3fCopy full SHA for 978aa3f
contributors/devel/sig-testing/writing-good-e2e-tests.md
@@ -180,7 +180,7 @@ Here are a few pointers:
180
others. A few examples of well-written tests include:
181
[Replication Controllers](https://git.k8s.io/kubernetes/test/e2e/apps/rc.go),
182
[Services](https://git.k8s.io/kubernetes/test/e2e/network/service.go),
183
- [Reboot](https://git.k8s.io/kubernetes/test/e2e/lifecycle/reboot.go).
+ [Reboot](https://git.k8s.io/kubernetes/test/e2e/cloud/gcp/reboot.go).
184
+ [Ginkgo Test Framework](https://github.com/onsi/ginkgo): This is the
185
test library and runner upon which our e2e tests are built. Before
186
you write or refactor a test, read the docs and make sure that you
0 commit comments