rancher / qa-tasks

List of QA Backlog
1 stars 1 forks source link

Investigate potential to use k6 via golang OR create a golang client for k6 #1407

Closed git-ival closed 1 month ago

git-ival commented 1 month ago

Discovered various k6 resources:

git-ival commented 1 month ago

Closing per the following:

The primary intent for this investigation was to discover a better solution for debugging complex k6 testcases, unfortunately being able to run k6 via golang or to write k6 tests in golang does not enable further debug support. However, the discovery of the --http-debug flag is useful along with the information contained in this repo: https://github.com/grafana/k6-learn

Additionally, we already have the ability to run k6 via golang code has already been implemented here.