Registry / testing / kubeshop-testkube

kubeshop-testkube

JSON →
library1.17.65gogounverified

A Kubernetes-native testing framework for running tests in clusters.

go get github.com/kubeshop/testkube
INSTALL
IMPORT
SIG · KUBESHOP-TESTKUBE
K
kubeshop-testkube
testinggov1.17.65
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

testkube
github.com/kubeshop/testkube

Initialize Testkube client and list tests

package main import ( "fmt" "github.com/kubeshop/testkube/pkg/api/v1/testkube" ) func main() { client := testkube.NewClient("http://localhost:8088", "") tests, err := client.ListTests() if err != nil { panic(err) } fmt.Println(tests) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.17.65latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
kubeshop-testkube — go get kubeshop-testkube · libregistry