|
1 | 1 |  |
2 | 2 |  |
3 | 3 |
|
4 | | -[](https://www.npmjs.com/package/insomnia-plugin-run-requests-parallel) |
5 | | -[](https://insomnia.rest/plugins/insomnia-plugin-run-requests-parallel) |
| 4 | +[](https://www.npmjs.com/package/insomnia-plugin-run-requests-parallel) |
| 5 | +[](https://insomnia.rest/plugins/insomnia-plugin-run-requests-parallel) |
6 | 6 |
|
7 | 7 | You can **install it directly** from the [Insomnia Plugin Hub](https://insomnia.rest/plugins/insomnia-plugin-run-requests-parallel). |
8 | 8 |
|
9 | 9 | # Insomnia plugin: Run requests in Parallel |
10 | 10 |
|
11 | 11 | <img src="/assets/icon.png" width="200" height="200"> |
12 | 12 |
|
13 | | -Insomnia plugin that provides the action 'Run All Requests' on a folder that contains requests in a Parallel manner. |
| 13 | +Insomnia plugin that provides the ability to run multiple requests in a folder. |
14 | 14 |
|
15 | | -This allows you to easily run all requests in a given folder in sequential or parallel, and see the results (http response code, response time, etc) in a list with a single click. |
| 15 | +This allows you to easily run all requests in a given folder in sequential or parallel, and see the results (http response code, response time, etc) in a list with a single click and also select or unselect the request using the checkboxes beside the request. |
16 | 16 |
|
17 | 17 | 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. |
18 | | -To configure the expected response code, add the response code to the request name in brackets, e.g. `Get User [200]`, if no response code is mentioned `200` is default. |
| 18 | +To configure the expected response code, add the response code to the request name in brackets, e.g. `Get User [200]`, if no response code is mentioned `200` is default which can be edited in the text field. |
19 | 19 | 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. |
20 | 20 |
|
21 | 21 | ## Action on request folder |
|
0 commit comments