Go to file
Brandon DePesa fd603368ff
Update CODEOWNERS
2024-11-11 09:07:34 -07:00
.github
clients add corralBastion back as a func 2024-10-11 10:20:33 -07:00
extensions [v2.7] Add support for setting k8s version in EKS NodeGroup 2024-09-27 14:44:48 +02:00
pkg initial commit 2024-10-24 14:12:38 -05:00
.gitignore
.golangci.yaml
CODEOWNERS Update CODEOWNERS 2024-11-11 09:07:34 -07:00
LICENSE
README.md
generator.go
go.mod
go.sum

README.md

Shepherd

Go Report Card Latest Build

Shepherd is an open source testing tool for writing Rancher and Kubernetes tests. Shepherd manages interactions with the external services being tested and aids in cleaning up resources after a test is completed.

Shepherd consists of a few core libraries used to make it easy to write homologous tests. See extensions and clients for more details.


To learn more about the concepts, configurations, how to implement Shepherd to your testing project and writing your first test with Shepherd see the wiki.