davidLif
davidLif
### Search before asking - [X] I searched the [issues](https://github.com/ray-project/kuberay/issues) and found no similar issues. ### KubeRay Component ray-operator ### What happened + What you expected to happen I used...
**What happened**: I have the following code: ``` options := harness.TestSuite{ TestDirs: []string{suiteDir}, Config: &harness.RestConfig{ RC: ctx.KubeConfig, }, Namespace: crdUtils.GetNamespaceName(ctx.Projects[0]), Timeout: 60, Parallel: 1, } testHarness := test.Harness{ TestSuite: options,...
**What happened**: If I declare a TestStep file, and specify an assert file containing a TestAssert object, the test searches for the object in the cluster. **What you expected to...
**What would you like to be added**: The ability to intigrate with kuttll without *testing.T. **Why is this needed**: Right now, to use a kuttll Harness the developer is required...