diff options
| author | vyta <vyta@microsoft.com> | 2018-11-01 13:44:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-01 13:44:32 -0700 |
| commit | 2b17d356a5b00000f3e49aedd898f9a44998dcf2 (patch) | |
| tree | 1982a270302c7bec112cbe966961100a586465dd | |
| parent | 1d1edd8cc6030e9557043d20138a4541da201f5e (diff) | |
Adding note about new directories with 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. |
