diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-11-02 16:52:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-02 16:52:25 -0700 |
| commit | 0429249f0a6456a77d9b2565504d643519df9c6f (patch) | |
| tree | 72fe35b73cdfd483cbf6ac3bb7477fe6e7d202f6 | |
| parent | dc899ed67d7cdb09cb13c359b03fe5d2ee05a586 (diff) | |
| parent | 2b17d356a5b00000f3e49aedd898f9a44998dcf2 (diff) | |
Merge pull request #2885 from vyta/note-about-adding-tests-to-suite
Adding note about new directories with e2e tests
| -rw-r--r-- | contributors/devel/e2e-tests.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md index dc148675..20698c49 100644 --- a/contributors/devel/e2e-tests.md +++ b/contributors/devel/e2e-tests.md @@ -666,6 +666,9 @@ If a behavior does not currently have coverage and a developer wishes to add a new e2e test, navigate to the ./test/e2e directory and create a new test using the existing suite as a guide. +**NOTE:** To build/run with tests in a new directory within ./test/e2e, add the +directory to import list in ./test/e2e/e2e_test.go + TODO(#20357): Create a self-documented example which has been disabled, but can be copied to create new tests and outlines the capabilities and libraries used. |
