mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5469] [feature]: Enhance Collection Runner with selective requests and reusable runners #2098
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#2098
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 @roopepaajanen on GitHub (Oct 9, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5469
Is there an existing issue for this?
Summary
Enhance the Collection Runner to allow users to select specific requests from a collection to run — instead of always executing the entire collection. Additionally, it would be great to mix and match requests from multiple collections in a single run.
Proposed Features
Selective request execution:
Allow users to select which endpoints within a collection they want to run. This could be a simple checkbox UI next to each request in the runner setup view. This is a feature already available and used in Postman.
Cross-collection execution:
Enable adding requests from different collections into a single runner instance, for example when testing workflows that span multiple APIs.
Saved runners:
Add the ability to save configured runners in a dedicated section (e.g., alongside Collections, Environments, History, Shared Requests, and Generated Code).
Saved runners could store selected requests, environment, and run configuration.
A distinct icon in the sidebar would make them easy to access and manage.
I’d be happy to take a look at implementing this enhancement.
Why should this be worked on?
Use Cases