Socket
Book a DemoInstallSign in
Socket

postman-runner

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postman-runner

CLI productivity dev tool to run postman collections interactively

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

Postman Runner

npm npm

CLI productivity dev tool to run postman collections interactively

The image ☝️ made by my Terminalizer. Check the Demo in a web player

Table of Contents

Features

Based on newman from Postman

  • Fuzzy searching for collections, environments, and requests
  • Selects multiple requests to execute
  • Executes the selected requests again by pressing enter
  • Executes pre-request scripts
  • Executes tests scripts
  • Allows you to edit body and querystring in your preferred editor on runtime
  • Syntax highlighting

Installation

npm install postman-runner -g

Usage

postman

When you run the tool for the first time you will be asked to update its configuration file to specify the path where you store your postman collections (*.postman_collection.json) and environments (*.postman_environment.json) files in.

FAQ

How to edit in vscode

The tool opens the default editor that is specified by the environment variable $EDITOR. First make sure you have the code command installed, check launching-from-the-command-line for more details. To change the default editor add the following line into your .bash_profile for bash or .zshrc if you use zsh

export EDITOR="code -w"

How to edit in nano

The tool opens the default editor that is specified by the environment variable $EDITOR. To change the default editor add the following line into your .bash_profile for bash or .zshrc if you use zsh

export EDITOR="nano"

License

This project is under the MIT license.

Keywords

postman

FAQs

Package last updated on 18 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts