How to include multiple files or entire folders in the include section of YAML file #3360
amit-saini-tx
started this conversation in
Artillery
Replies: 1 comment
-
@amit-saini-tx you should be able to specify a directory to include all files in that directory, e.g.: include:
- data
- config
- payloads Note that globs (e.g. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Does anyone know how to include multiple files or entire folders in the include section of the artillery config file?
The example below shows that it is possible to add only one file at a time. However, in my case, it's tedious to add every single file because, by default, artillery only includes 2 files.
Beta Was this translation helpful? Give feedback.
All reactions