Hello!
Looking to get my feet wet w/ k6 for an application that I own. The main component I’m wanting to load test takes the stringified body of a Nomad HCL file. There is a repo that has nested folders that may contain HCL files, each of these I’d like to be able to use as a potential payload.
For example, the repo may look like this:
repo/path1/*.hcl
repo/path2/sub-path/*.hcl
I’d like to setup a k6 load test that finds all of the HCL files in all of these directories and sends them as a payload to my service.
I’ve seen some older examples of k6 using a module called k6/fs, but it’s replacement (at least based on the docs and messaging I get from trying it), k6/experimental/fs doesn’t seem to match the functionality I’d need, though I am happy to be wrong