I would like to ask about the problem of running postman tests in pipeline on MS Azure auto deploy. In some of PM tests i need files in body. How would you solve this problem to include the files for the tests..?
Edit:
- The pipeline is the Azure pipeline which deploys the app.
- In my postman test requests, i send .xml and .png files which are then used by BE.
4