mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
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#5260
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/5557
Author: @Manohar-ford
Created: 11/4/2025
Status: 🔄 Open
Base:
main← Head:update-2025.9.0📝 Commits (10+)
b630b1cfeat: add support for iterations and validation in collection runner86d4259feat: add dataset support for collection runner with CSV/JSON file upload55d0a94Merge branch 'hoppscotch:main' into update-2025.9.0b35401aUpdate packages/hoppscotch-common/locales/en.jsona9f6040Update packages/hoppscotch-common/src/components/http/test/RunnerModal.vuee189281Update packages/hoppscotch-common/src/helpers/import-export/dataset/parser.tsf1c92a9Update packages/hoppscotch-common/src/components/http/test/RunnerModal.vued431e84Update packages/hoppscotch-common/src/helpers/RequestRunner.ts6331761Update packages/hoppscotch-common/src/components/http/test/RunnerModal.vue394069dMerge branch 'main' into update-2025.9.0📊 Changes
6 files changed (+616 additions, -66 deletions)
View changed files
📝
packages/hoppscotch-common/locales/en.json(+16 -0)📝
packages/hoppscotch-common/src/components/http/test/RunnerModal.vue(+319 -6)📝
packages/hoppscotch-common/src/helpers/RequestRunner.ts(+44 -10)➕
packages/hoppscotch-common/src/helpers/import-export/dataset/parser.ts(+70 -0)📝
packages/hoppscotch-common/src/helpers/rest/document.ts(+7 -0)📝
packages/hoppscotch-common/src/services/test-runner/test-runner.service.ts(+160 -50)📄 Description
Closes #5324, Closes #5163
This Pull Request introduces significant enhancements to the Hoppscotch Collection Runner, enabling users to execute collections with simple iterations and drive request parameters using external data files. This allows for robust data-driven testing and automation of repetitive tasks, directly addressing user demands for more powerful collection execution capabilities.
What's changed
This PR implements two major features within the Collection Runner: Simple Iteration and Data Feed (CSV/JSON).
Collection Runner - Simple Iteration:
Ntimes, providing a straightforward way to repeat tests or actions.Collection Runner - Data Feed (CSV/JSON):
usernamewould be accessible as{{username}}in requests during that iteration.Integration and UI/UX:
Notes to reviewers
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.