ProxymanApp / ProxymanApp/Proxyman
Scripting - Add comments, highlight, etc. from scripting into the ProxymanApp
@NghiaTranUIT is already working on this.
Since Aug 12, 2021.
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Proxyman version
2.31.0
macOS Version
macOS 11.4
Steps to reproduce
Using the wonderful scripting interface I can change the request and responses and log requests and additional info, but I can't interact with the actual Proxyman app, or the requests as represented in the Proxyman app, e.g. setting a comment or a highlight color.
Expected behavior
Is there a way to interact with Proxyman itself or the request (via the request ID) itself? I would like to be able to do something like:
context.proxyman.request.comment = "This request is failing on X conditions"
context.proxyman.request.highlight ="red"
It would be pretty nice for debugging without the console and especially when after the debug session one can save the session and have all this comments and states also saved, instead of having another log in the console and have to check out both separately.
This is probably more a feature request than an issue. But I've only found this way to ask about this.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.