Commit 68ced250 authored by Fabio Yeon's avatar Fabio Yeon

Merge pull request #20041 from quinton-hoole/2016-01-22-writing-good-e2e

Add document on writing good e2e tests.
parents a4c9a7c4 c8bd3b88
...@@ -42,6 +42,8 @@ The e2e tests in kubernetes are built atop of [Ginkgo](http://onsi.github.io/gin ...@@ -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. 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 ## 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`. 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`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment