vLia

Results 11 comments of vLia

Hello @chandana194, Could you please provide some more information: - what version of Testkube are you using? - what commands did you use to run the test? - what errors...

Testkube is at version 1.5.38 at the moment, files were introduced at 1.5.34. Could you upgrade your local installation and share the exact errors that are thrown?

Hello @chandana194, Thank you for reporting this. We are facing some difficulties in the install process right now, and are currently working on rolling back the changes that broke the...

Hello @chandana194, K6 tests do not support using directories, we have an open issue to reflect this in Testkube as well (https://github.com/kubeshop/testkube/issues/2400). You should aim for git-files, as you are...

Hello @chandana194, The git-file issue has been fixed. The copy-files parameter works only with the kubectl command. The file is not stored on the test, it is read on `kubectl...

Hello @chandana194 , On API level you could send the content of the file on execution, as shown in here: https://kubeshop.github.io/testkube/openapi#tag/api/operation/executeTests Could you please specify why Testkube cannot run the...

File sizes currently have a low limit. We discussed it in the team, and I am creating an issue to address this.

Reproduced it using the maven-executor: ``` testkube create test --git-uri https://github.com/kubeshop/testkube-executor-maven.git --git-path examples/hello-maven-settings --type maven/test --name maven-example-test --git-branch main testkube run test maven-example-test --copy-files "/Users/lilla/kubeshop/src/testkube-executor-maven/examples/hello-maven-settings/settings.xml:/tmp/settings.xml" --args "--settings" --args "/tmp/settings.xml" -v...

Hello @sharmajee1, Please use `--args` for anything that is not a file. For files, the `--copy-files` parameter has been released and should be working with all executors on execution and...

closing this, tracking it in https://github.com/kubeshop/testkube/issues/2501