Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
68ced250
Commit
68ced250
authored
Feb 26, 2016
by
Fabio Yeon
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #20041 from quinton-hoole/2016-01-22-writing-good-e2e
Add document on writing good e2e tests.
parents
a4c9a7c4
c8bd3b88
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
e2e-tests.md
docs/devel/e2e-tests.md
+2
-0
writing-good-e2e-tests.md
docs/devel/writing-good-e2e-tests.md
+0
-0
No files found.
docs/devel/e2e-tests.md
View file @
68ced250
...
@@ -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`
.
...
...
docs/devel/writing-good-e2e-tests.md
0 → 100644
View file @
68ced250
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment