mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #4214] [feature]: Workflows for API testing #1522
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#1522
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 @SreeXD on GitHub (Jul 26, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4214
Originally assigned to: @SreeXD on GitHub.
Is there an existing issue for this?
Summary
A Node based system to setup workflows for API testing. should feature an intuitive collection of nodes that allows users to setup a graph with connections between API requests / responses and specify how they should behave
Why should this be worked on?
Would allow users to setup more complicated workflows for API testing without having to explicitly program them.
@PranayPaka commented on GitHub (Mar 9, 2026):
Hi! I’d like to work on this feature as part of FOSS Hack.
I’m planning to start with a minimal prototype for node-based API workflows (basic request nodes and sequential execution). Please let me know if there are any architectural guidelines or preferred libraries for implementing the workflow graph.
Thanks!