mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4622] Hoppscotch Test Enhancements: Numeric & Response time Assertions #4874
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#4874
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?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4622
Author: @praveenk-78
Created: 12/17/2024
Status: 🔄 Open
Base:
main← Head:main📝 Commits (9)
9114a45changes related to test enhancement for #4620ccc7948Merge branch 'hoppscotch:main' into test-enhancements9621e82Merge pull request #1 from praveenk-78/test-enhancements30872bcMerge branch 'hoppscotch:main' into maincd4dbb0Merge branch 'hoppscotch:main' into test-enhancementscc82f46added response duration for runner7e84c48Merge pull request #2 from praveenk-78/test-enhancements2204481Merge branch 'hoppscotch:main' into maincb4a7dbMerge branch 'hoppscotch:main' into main📊 Changes
5 files changed (+69 additions, -2 deletions)
View changed files
📝
packages/hoppscotch-common/src/helpers/RequestRunner.ts(+2 -0)📝
packages/hoppscotch-common/src/helpers/terndoc/pw-test.json(+7 -2)📝
packages/hoppscotch-common/src/helpers/testSnippets.ts(+7 -0)📝
packages/hoppscotch-js-sandbox/src/node/test-runner.ts(+4 -0)📝
packages/hoppscotch-js-sandbox/src/shared-utils.ts(+49 -0)📄 Description
Closes #4620
What's changed
Implemented test methods for the following
Also, added assertion for response time.
Notes to reviewers
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.