Manan Sharma

Results 8 issues of Manan Sharma

@shamasis @codenirvana This is an alternate way of handling #2668 using variadic parameters. I think this is a cleaner solution and achieves the same results. Please have a look!

product/newman

1. Newman Version (can be found via `newman -v`): 5.2.2 2. OS details (type, version, and architecture): Windows 10 x64 3. Are you using Newman as a library, or via...

feature
product/newman

This PR separately handles https://github.com/postmanlabs/newman/pull/2688#issuecomment-810547757 1. Uses the ```path.extname``` method for getting the extension of the file being used for providing iteration data ```-d``` 2. If the filetype is ```.json```...

product/newman

This PR exposes the control commands to `pause`, `abort` or `resume` a Newman run to the reporters. This would enable the [newman-dashboard](https://github.com/elit-altum/newman-dashboard) and other reporters to control the Newman run....

product/newman

Add [neDB](https://github.com/louischatriot/nedb) to create a persistent file based data store for storing runs.

Added `lokijs` for creating a persistent data store which stores all the runs recorded by the dashboard and acts as a single source of truth

Some file names in docs and tests have kebab casing, fix them to ensure CamelCasing

refactor

Some events in `./reporter` are still being used as strings. When finalized on Newman, move them to a constants file and fix their naming syntax as well. Move all events...

refactor