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.