9 lines
448 B
Markdown
9 lines
448 B
Markdown
|
# Integration Testing Framework
|
||
|
|
||
|
A framework for integration testing components of kubernetes. This framework is
|
||
|
intended to work properly both in CI, and on a local dev machine. It therefore
|
||
|
explicitly supports both Linux and Darwin.
|
||
|
|
||
|
For detailed documentation see the
|
||
|
[![GoDoc](https://godoc.org/github.com/kubernetes-sigs/testing_frameworks/integration?status.svg)](https://godoc.org/github.com/kubernetes-sigs/testing_frameworks/integration).
|