As indicated in the official loadimpact/k6 documentation, we are able to execute k6 scripts as follows:
k6 run github.com/loadimpact/k6/samples/http_get.js
Is it possible to pass in custom command line arguments into a k6 test? For instance, let's say that I would like to pass in a URL and then reference this URL from within the script.
Is this supported out of the box? If so, how can I accomplish this?