Go to file
dasarinaidu 6f61f9124b
Merge pull request #448 from dasarinaidu/backport-v2.11-auth-config
backport PR : v2.11 Added config field to support nested groups
2025-10-09 12:03:16 -07:00
.github
clients Added config field to support nested groups 2025-10-03 14:01:32 -07:00
extensions
pkg
.gitignore
.golangci.yaml
CODEOWNERS
LICENSE
README.md
generator.go
go.mod Updated pkg/apis. 2025-09-22 14:45:00 -06:00
go.sum Updated pkg/apis. 2025-09-22 14:45:00 -06:00

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.