postman-collection-viewer

A simple Vuetify-based project to upload and display exported collection files from Postman directly in the browser.

The latest version ist deployed as GitHub Page: dersvenhesse.github.io/postman-collection-viewer.

Setup

Run npm install and use either npm run dev for development or npm run build for production.

Features

  • Listing requests from an uploaded collection file, with the following information per request:
    • method and url
    • path (each parent folders name and the requests name)
    • headers
    • body
    • events (e.g. test, prerequest, postrequest) in a fold-out
  • Filtering listed requests by name

Known Issues

  • Theme changes (to dark or light) don’t apply to code blocks until reloading

Notes

GitHub

View Github