mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4620] [feature]: Hoppscotch Test Enhancements: Numeric & Response time Assertions #1714
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#1714
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 @praveenk-78 on GitHub (Dec 16, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4620
Is there an existing issue for this?
Summary
This enhancement request is to introducs new assertion functions for numeric value i.e. toBeGreaterThan, toBeLessThan, toBeGreaterThanOrEqual &toBeLessThanOrEqual to Hoppscotch's API testing framework, along with the ability to assert against response duration.
Why should this be worked on?
Current Hoppscotch testing lacks the granularity to easily perform numerical comparisons and response time validations. These additions are crucial for robust API testing, allowing developers to verify not just the correctness of data but also the performance of their APIs.
@ddierickx commented on GitHub (Jun 24, 2025):
Thanks a lot @praveenk-78 , this seems like a nice addition, any idea when this would be merged and released? 🙌