MidalaNet / miya

Miya.js is a Collection Runner for Postman.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Miya.js

Miya.js is a Collection Runner for Postman.

See also:

Usage

$ node miya.js
[2020-12-11T17:15:57.126Z] Collection Runner for Postman
[2020-12-11T17:15:57.129Z] Postman collection "SWAPI"
[2020-12-11T17:15:57.688Z] Running...
[2020-12-11T17:16:03.842Z] 33 requests executed (0 failed)
[2020-12-11T17:16:03.843Z] 0.163 MB received
[2020-12-11T17:16:03.843Z] Database update in progress. Please wait...
[2020-12-11T17:16:25.270Z] Database successfully updated!

$ mongo
MongoDB shell version: 3.2.11
connecting to: test
> use swapi
switched to db swapi
> show collections
Films
People
Planets
Species
Starships
Vehicles
> db.Planets.count()
60

About

Miya.js is a Collection Runner for Postman.


Languages

Language:JavaScript 100.0%