rappen / CustomActionTester

MIT License
7 stars 2 forks source link

Saving request details #3

Closed MarkMpn closed 1 year ago

MarkMpn commented 3 years ago

When I'm testing changes to an action I often want to repeatedly execute the same few requests. It would be helpful if each request was added to a log as it was executed, similar to the Composer pane in Fiddler:

image

Selecting a previous request from the list would pull in the details of the request name and input parameters ready to be executed again.

If you're working in a team it would also be helpful to be able to load and save these requests to a file to share them with others.