insomnia-plugin-run-all-requests

1.0.1 • Public • Published

Insomnia plugin: insomnia-plugin-run-all-requests

Insomnia plugin that provides the action 'Run All Requests' on a folder that contains requests.

This allows you to easily run all requests in a given folder, and see the results (http response code, response time, etc) in a list with a single click.

In addition, the plugin validates the response code of each request, and displays a warning if any of the request results do not match the expected response code. To configure the expected response code, add the response code to the request name in brackets, e.g. Get User [200]. If the response code of the request does not match the expected response code from the name, the request will be marked with 'Failed' in the list.

Action on request folder

Action on the folder

'Run All Requests' Overview / Result / Validation Modal

List of requests to run

Compatibility

Package Sidebar

Install

npm i insomnia-plugin-run-all-requests

Weekly Downloads

298

Version

1.0.1

License

MIT

Unpacked Size

742 kB

Total Files

15

Last publish

Collaborators

  • schminkel