I have API collection which has pre-request script wherein API calls are been done using axios() using create() → then() → catch() methods. Now when we import this collection to Postman API client whether we will be able to run “Pre-request Script” having axios() in postman and also when i tried to run this collection via Newman CLI, getting below error:
How i can overcome on this issue, do i need to install any dependent packages in Newman or via npm so that axios() module gets identified and can run my collection via Newman CLI.