Add document on writing good e2e tests.

This commit is contained in:
Quinton Hoole
2016-01-22 13:52:53 -08:00
parent a53bf86f40
commit c8bd3b886b
2 changed files with 266 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ The e2e tests in kubernetes are built atop of [Ginkgo](http://onsi.github.io/gin
The purpose of *this* document is to serve as a primer for developers who are looking to execute or add tests using a local development environment.
Before writing new tests or making substantive changes to existing tests, you should also read [Writing Good e2e Tests](writing-good-e2e-tests.md)
## Building and Running the Tests
There are a variety of ways to run e2e tests, but we aim to decrease the number of ways to run e2e tests to a canonical way: `hack/e2e.go`.