mardi 10 novembre 2015

Exporting test result data from POSTMAN

I am using POSTMAN to create automated regression testing for an API I work with. The software itself provides a crgreatate testing environment.

I can export my test suite in JSON format but it does not allow me to export the results after I run a test suite. The pass and fail results seems to only be accessible in the chrome app.

Ideally I would like to find a way to export the results (after running a test suite) in a JSON format so I can develop a separate more detail UI for reporting purposes.

I can log test information to the console with console.log() but this is a last resort as it is does not offer me information is a very usable format for what I am trying to achieve.

Aucun commentaire:

Enregistrer un commentaire