Hi,
We have around 20 load test file for multiple API with grpc. I wonder if there is any way we can run it in parallel by command lines? or by scripts?
We also deploy our application with k8s, I wonder if there is any way we can do it on customed dockerfile and run on k8s? Please help
Hi @mrbaby ,
Welcome to the community forums!
It sounds to me that you can combine your scripts into a single script and use scenarios to run them in the order that you want
Regarding the k8s, have you checked the GitHub - grafana/k6-operator: An operator for running distributed k6 tests. project?
Let me know if that helps,
Cheers!