Multi File Upload using attach #2450
amitInnovo
started this conversation in
General
Replies: 1 comment 1 reply
-
Please try passing individual files instead on an array of files names. You can call the API multiple times. I do not thing an array of files is supported at the moment. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using attach as part of Taiko (v1.2.8), while attempting to pass an array of file paths as the first argument, I get the following error message:
Argument of type 'string[]' is not assignable to parameter of type 'string'.ts(2345)
Is there something I am doing wrong? Using VS Code.
Beta Was this translation helpful? Give feedback.
All reactions