-
Hi team, It seems the Are there any recent changes in testkube run command which may cause the grep format to not work? Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Yes, we did some minor changes for run command. But it shouldn't affect your pipeline. Still I suggest to debug and execute it by parts, because even small change can break parsing expression. In gemeral, we plan to add json format for run command |
Beta Was this translation helpful? Give feedback.
in general, yes, you can give a name to the test execution
kubectl testkube run test mytest --name mynamedexecution
and then use this name for other script commands