If you like this plugin, leave it a ⭐ on Github!
You can install it directly from the Insomnia Plugin Hub.
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.
Go to Application -> Preferences -> Plugins
and enter insomnia-plugin-run-all-requests
in the npm package name
field and click on the button Install Plugin
.
This will download and install the plugin. After installation, you will see the plugin in the list of installed plugins and the action "Run All Requests" will be available in the context menu of a folder, no restart required.
- Tested with Insomnia v2023.5.8 (download here)