You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The formdataFileCollection fixture is not able to locate the exact path where Newman is trying to upload the files when testing the codegens locally.
To Reproduce
Steps to reproduce the behavior:
Run npm test nodejs-request
Expected code snippet and corresponding request
This can be solved by making the test.sh script to first create the required files with sample data and then running addPathToFormdataFile.js file.
Screenshots
Additional context
I would like to work on this issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
The
formdataFileCollection
fixture is not able to locate the exact path whereNewman
is trying to upload the files when testing thecodegens
locally.To Reproduce
Steps to reproduce the behavior:
Run
npm test nodejs-request
Expected code snippet and corresponding request
This can be solved by making the test.sh script to first create the required files with sample data and then running
addPathToFormdataFile.js
file.Screenshots

Additional context
I would like to work on this issue.
The text was updated successfully, but these errors were encountered: