You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Insomnia plugin that provides the action 'Run All Requests' on a folder that con
14
14
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.
15
15
16
16
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.
17
-
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.
17
+
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
18
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.
0 commit comments