You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributors/devel/sig-testing/e2e-tests.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,9 @@ should also read [Writing Good e2e Tests](writing-good-e2e-tests.md)
59
59
There are a variety of ways to run e2e tests, but we aim to decrease the number
60
60
of ways to run e2e tests to a canonical way: `kubetest`.
61
61
62
-
You can install `kubetest` as follows (If you face a download issue, please see issue [#14712](https://github.com/kubernetes/test-infra/issues/14712#issuecomment-541560441)):
63
-
```sh
64
-
go get -u k8s.io/test-infra/kubetest
65
-
```
62
+
For information on installing `kubetest`, please see the
63
+
[installation section](https://github.com/kubernetes/test-infra/tree/master/kubetest#installation) of the
0 commit comments