Home > Back-end >  How to Save Test Results in Postman
How to Save Test Results in Postman

Time:02-13

I have an API Collection in Postman, and I have saved a few examples for each request.

When I try to save the Test Results though, only the JavaScript code is saved in the examples, and not the actual results (same goes for when exporting the whole API Collection).

Is there any other way I can do this to export the Test Results too?

CodePudding user response:

as far as I know, you can't save test results but you can run test collection on Newman and save the result

  • Related