Azure / load-testing

Automate azure load test through github actions
MIT License
17 stars 17 forks source link

[Feature Request] Add the ability to specify file relevance #74

Closed bm77525-kr closed 7 months ago

bm77525-kr commented 7 months ago

Is your feature request related to a problem? Please describe. For jMeter load test plans with a large number of external files (csv's, other assets), I would like to be able to zip those up in our Github workflow so that Azure Load Test will unzip them when running a test instead of listing every file individually under the configurationFiles property in the configuration yaml. When manually uploading a zip file via the portal, there is an option to mark a zip file as an artifact under file relevance so that Azure Load Test will know to unzip it. There doesn't appear to be any way to do this via the configuration yaml.

Describe the solution you'd like I imagine the configuration would look something like:

configurationFiles:
- path: assets.zip
  relevance: ZipArtifact