mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5324] [feature]: Support setting number of iterations in Collection Runner UI #2035
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#2035
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 @rafi-hibob on GitHub (Aug 12, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5324
Is there an existing issue for this?
Summary
Add a feature to the Hoppscotch Collection Runner UI to specify the number of iterations for a run, similar to the existing functionality available in the CLI.
Why should this be worked on?
The CLI already supports specifying the number of iterations when running a collection, which is great for automation and scripting. However, users who rely on the UI lack an intuitive way to repeat a collection run multiple times without manually re-triggering it.
Adding this to the UI would significantly improve usability and bring feature parity with the CLI. It would make the tool more friendly for less technical users and enable common workflows such as load testing, mass resource creation, and regression or flakiness testing through the UI.
@rafi-hibob commented on GitHub (Aug 26, 2025):
Hi @anwarulislam @jamesgeorge007 👋
I saw that you worked on adding the Collection Runner feature in #3600 — super helpful!
Just wanted to flag this feature request to support setting the number of iterations in the UI, similar to what’s possible in the CLI.
Would love to hear your thoughts on whether this might be considered!
Thanks again for all your work on Hoppscotch 🙌
@broccolism commented on GitHub (Feb 10, 2026):
+1 My team also needs this feature to run tests multiple times conveniently