-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] How to assign multiple files to a variable #1100
Comments
Hi @karrybit . Currently, loading files other than JSON ( vars:
requests: json://path/to/*.json Only HTTP Runner can POST any files ( What kind of use case do you want to read the files in? |
@k1LoW Our use case related to this issue involves testing a CLI application that persists CSV data stored in GCS. Using runn, we upload test data from a directory created for testing to the GCS Emulator, then launch the CLI application to verify that the results produce validation errors. Since the test data consists of CSV files, we cannot use the |
Do you want to load a list of file paths, not file contents, under a directory? If possible please show me how to upload files to GCS emurator without runn. |
Is it possible to assign multiple files to a variable by specifying a file path that contains
*
? I want to combine files other than JSON and YAML, but I couldn't find a way to do that in the documentation, so I'd like to know how.The text was updated successfully, but these errors were encountered: