grafana / chaostoolkit-k6

https://chaostoolkit.org/drivers/k6
Apache License 2.0
13 stars 12 forks source link

Would it make sense to offer the possibility ro run the scripts using the cloud distribution? #11

Open Lawouach opened 1 year ago

Lawouach commented 1 year ago

Hi all,

I really like k6 as a tool, it's neat and easy to achieve what I need. Looking into it, I realised it could interesting to support a way to let the actions/probes know you want to actually run scripts from the cloud offering rather then local k6. What do you think about it? Supporting both would be nice.

ppcano commented 1 year ago

👍 this would be a great addition.

PR is welcome. The command to run a cloud test is:

K6_CLOUD_TOKEN=<YOUR_K6_CLOUD_API_TOKEN> k6 cloud script.js