mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #5700] [feature]: Allow copying console output from post-request scripts #2215
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2215
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @winner106 on GitHub (Dec 16, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5700
Originally assigned to: @jamesgeorge007, @aparna-bhatt on GitHub.
Is there an existing issue for this?
Summary
First of all, thank you for the great project. Hoppscotch provides functionality very similar to Postman and is a pleasure to use.
Why should this be worked on?
After executing a post-request script, the script output is correctly printed in the console. However, at the moment, the console output cannot be selected or copied.
It would be very helpful if users could copy the console output (for example, logs, variables, or computed results) after a post-request script runs. This is especially useful for debugging, data extraction, and sharing results.
Expected behavior:
Thanks again for your work, and I appreciate your consideration of this feature request.
@aparna-bhatt commented on GitHub (Jan 2, 2026):
Hey @jamesgeorge007 I would like to work on this issue
Have raised a draft #5743 We can discuss more on the approach.
Thank you
@jamesgeorge007 commented on GitHub (Jan 12, 2026):
Thanks for the PR, @aparna-bhatt. I've pushed a few changes that improve the overall UX and scrolling behaviour; scheduled for the upcoming major release.
@jamesgeorge007 commented on GitHub (Jan 28, 2026):
This is now live with the v2026.1.0 release, closing.