PipedreamHQ / PipedreamHQ/pipedream
[FEATURE] Better support for development environments
Open
enhancement
tracked internally
triaged
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
Pipedream needs better support for development environments, where I can test changes e2e before shipping them to prod.
For example:
- Since HTTP interfaces and event sources live outside of projects, and point to the most recent production deployment, any changes I make to my workflow can't be tested e2e (outside of the builder / testing each step individually)
- Some flow control primitives (like `$.flow.rerun`, $.flow.suspend`) are "mocked" in development mode, and also difficult to test e2e without deploying my workflow to prod.
Contributor guide
Assessment
This issue has not been assessed yet.