-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Description
It would be great if one could define colors for different regular expressions. Furthermore, it would help if the regex could be limited to check only the first line in the response. That would speed up performance drastically.
Regex / Color Example:
200 OK - Green
403 Forbidden AND 401 Unauthorized - Blue
500 Internal Server Error - Red
Currently, it is only possible to define one regular expression per request. As a result in the example above: If I match against 200 OK, everything else will currently be colored red.
Metadata
Metadata
Assignees
Labels
No labels