1.6.2 • Published 6 years ago

newhttprunner v1.6.2

Weekly downloads
4
License
-
Repository
-
Last release
6 years ago

Introduction

A setting-driven runner for making HTTP requests automatically. Please go to "./RunScripts" to see the example of the setting.

Note

Please run "npm install" to install all the dependencies if first time running the program.

Usage

Show help:

Node Run.js -h

Load single setting file and run:

Node Run.js -f [FileName]

Load a directory of setting files and run:

Node Run.js -d [DirectoryName]