You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// IsWithPath detects based on upsert test options what kind of test it is
func (d Detector) IsWithPath(path string, options apiClient.UpsertTestOptions) (name string, ok bool) {
// TODO: implement for multiple files test
return "", false
}
The text was updated successfully, but these errors were encountered:
hey @lsoica Thank you for a good question. At the moment we don't support crd generation for a folder based tests like Ginkgo, it only works for a single file based tests. But we are going to improve it in Pro edition, ping @TheBrunoLopes
Currently, executing
testkube generate tests-crds .
returnsAs the IsWithPath function for the ginkgo detector is not implemented:
https://github.com/kubeshop/testkube/blob/main/contrib/executor/ginkgo/pkg/ginkgo/ginkgo.go#L31
The text was updated successfully, but these errors were encountered: