mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #3600] [MERGED] feat: collection runner #4443
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#4443
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/3600
Author: @anwarulislam
Created: 11/28/2023
Status: ✅ Merged
Merged: 11/26/2024
Merged by: @jamesgeorge007
Base:
next← Head:feat/collection-runner📝 Commits (10+)
15de7e0feat: collection runner component addeda9a18e9feat: collection runner added1bf5994feat: setup index.vue for collection runner5d28713feat: test runner config addedfb580fechore: test runner service addedfb25adcchore: tailwind preset update2b05862fix: runner config item padding9d0fb50fix: runner config setup3487290fix: runner result adapterf5fca14feat: request runner stop config📊 Changes
66 files changed (+3194 additions, -483 deletions)
View changed files
📝
.gitignore(+1 -0)📝
package.json(+1 -1)📝
packages/hoppscotch-cli/src/__tests__/unit/fixtures/workspace-access.mock.ts(+2 -1)📝
packages/hoppscotch-cli/src/__tests__/unit/workspace-access.spec.ts(+8 -6)📝
packages/hoppscotch-common/assets/scss/styles.scss(+18 -0)📝
packages/hoppscotch-common/assets/themes/base-themes.scss(+2 -0)📝
packages/hoppscotch-common/locales/en.json(+29 -3)📝
packages/hoppscotch-common/package.json(+1 -1)📝
packages/hoppscotch-common/src/components.d.ts(+65 -3)📝
packages/hoppscotch-common/src/components/collections/AddRequest.vue(+2 -4)📝
packages/hoppscotch-common/src/components/collections/Collection.vue(+13 -14)📝
packages/hoppscotch-common/src/components/collections/EditRequest.vue(+1 -1)📝
packages/hoppscotch-common/src/components/collections/MyCollections.vue(+19 -0)➖
packages/hoppscotch-common/src/components/collections/Runner.vue(+0 -149)📝
packages/hoppscotch-common/src/components/collections/index.vue(+31 -47)📝
packages/hoppscotch-common/src/components/history/index.vue(+1 -1)📝
packages/hoppscotch-common/src/components/http/TestResult.vue(+11 -7)📝
packages/hoppscotch-common/src/components/http/TestResultEntry.vue(+61 -31)📝
packages/hoppscotch-common/src/components/http/TestResultEnv.vue(+3 -5)➕
packages/hoppscotch-common/src/components/http/test/Env.vue(+104 -0)...and 46 more files
📄 Description
Closes HFE-236
Description
This PR introduces the
Collection Runner, a new feature that allows users to run API collections and manage their execution flow.Key Features:
stopOnErrorfunctionality. Further enhancements for features likepersistResponseare planned for future releases.Notes:
stopOnErroris functional, butpersistResponserequires further development.Images
Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.