Go to file
Vivek Shilimkar 8c54bf0aaf
Merge pull request #449 from vivek-shilimkar/aliextensions
Add Alibaba Cloud credentials & cluster support extensions
2025-10-15 10:13:55 +05:30
.github
clients
extensions
pkg
.gitignore
.golangci.yaml
CODEOWNERS
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.