mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5628] [feature]: in test suites, add a tab Request JSON #2181
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#2181
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 @JohannesBe on GitHub (Nov 28, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5628
Is there an existing issue for this?
Summary
When you run an extensive test suite and a request fails (let's say request number 7 out of 9), it is hard to know what exactly happened, especially when making use of variables that were set by prior request.
As such, I suggest to add a tab called
Request JSONor something similar to the bottom pane when you open a specific request of the test suite.Related: #5627 , though this one is from a different view (the test view instead of single request view)
Why should this be worked on?
Right now it is really hard to know what exactly was sent over the wire during testing.
@Abhishekmishra2808 commented on GitHub (Nov 28, 2025):
@JohannesBe
Hi! I’d like to work on this feature.
My approach:
Add a new Request JSON tab in the test-suite request details panel.
Pass the final resolved request body (after variables/env/scripts) to this tab.
Use the existing JSON viewer component to display it.
Keep the change scoped only to the test-suite request view.
If this looks good, please assign it to me.Then I'll start working on this issue.
@JohannesBe commented on GitHub (Dec 1, 2025):
Unfortunately, I cannot assign people, so we'll have to wait for a repo maintainer to do that :)