mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #4328] [feature]: Allow test reports to be copied #1576
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#1576
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 @rabbittsoup on GitHub (Sep 4, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4328
Is there an existing issue for this?
Summary
I would like to be able to highlight and copy the text in Test Results.
Why should this be worked on?
I would like to copy the Test Results text for various purposes, like sending to colleagues, or including in other reports, or using result data in debug situations.
@Pranay-Pandey commented on GitHub (Oct 9, 2024):
@rabbittsoup @AndrewBastin
Would exporting the
HoppTestResultas JSON be good enough for now?@rabbittsoup commented on GitHub (Oct 9, 2024):
I believe so. My current workaround is to use console.log() and have to open the developer tools console to copy output from there. Far less then ideal.
Ultimately, I'd like more control over the output during testing in general. Being able to directly output some text based on current variables and such would be helpful to see during tests.
@jamesgeorge007 commented on GitHub (Nov 1, 2024):
#4419 released in v2024.10.0.