Hi,
I want to know how to chain requests in Newman, e.g. scenario as follows:
- GET request of a certain ID
- POST request with the ID variable obtained above
I know in postman we can make use of pm.environment.set etc. but how to implement the same method with Newman?
Appreciate your help.