Skip to content

Commit e0b39bf

Browse files
Updated Assets and version
1 parent db9b56b commit e0b39bf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
![example event parameter](https://github.com/AasheeshMahammad/insomnia-plugin-run-requests-parallel/actions/workflows/node.js.yml/badge.svg?event=push)
22
![example event parameter](https://github.com/AasheeshMahammad/insomnia-plugin-run-requests-parallel/actions/workflows/npm-publish.yml/badge.svg)
33

4-
[![Version](https://img.shields.io/badge/npmjs-1.6.0-red)](https://www.npmjs.com/package/insomnia-plugin-run-requests-parallel)
5-
[![Version](https://img.shields.io/badge/Insomnia_Plugin_Hub-1.6.0-purple)](https://insomnia.rest/plugins/insomnia-plugin-run-requests-parallel)
4+
[![Version](https://img.shields.io/badge/npmjs-1.6.1-red)](https://www.npmjs.com/package/insomnia-plugin-run-requests-parallel)
5+
[![Version](https://img.shields.io/badge/Insomnia_Plugin_Hub-1.6.1-purple)](https://insomnia.rest/plugins/insomnia-plugin-run-requests-parallel)
66

77
You can **install it directly** from the [Insomnia Plugin Hub](https://insomnia.rest/plugins/insomnia-plugin-run-requests-parallel).
88

99
# Insomnia plugin: Run requests in Parallel
1010

1111
<img src="/assets/icon.png" width="200" height="200">
1212

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.
1414

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.
1616

1717
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.
1919
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.
2020

2121
## Action on request folder
41.1 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "insomnia-plugin-run-requests-parallel",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)