You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When working with Argo Events sensors, it’s frustrating that there’s no easy way to test sensor configurations in a local environment without deploying to a live environment.
This makes development slower and introduces more risk when deploying changes.
Describe the solution you'd like
A CLI tool that allows for local testing of Argo Events sensors. The tool should enable:
Filter Testing: Verifying that events are correctly filtered based on filter criteria.
Parameters Testing: Checking that the values specified in dataKey are correctly mapped to the desired parameters.
Advantages
Enables quick, iterative development and testing of sensor configurations locally.
Increases maintainability of sensor files by allowing frequent testing.
Can be integrated into CI pipelines for automated testing of sensor configurations.
@OneCricketeer
I'm using Github EventSource. What I want is a tool to verify if the values of EventSource and Sensor k8s manifestsz are correct without deploying Argo Event and Argo Workflow. I'm writing the specifications for EventSource and Sensor in a Github repository, and I'd like to validate these specs as a PR check whenever there's a change.
Is your feature request related to a problem? Please describe.
When working with Argo Events sensors, it’s frustrating that there’s no easy way to test sensor configurations in a local environment without deploying to a live environment.
This makes development slower and introduces more risk when deploying changes.
Describe the solution you'd like
A CLI tool that allows for local testing of Argo Events sensors. The tool should enable:
Advantages
[CMD Examples]
Filter Test Example
Parameters Test Example
Describe alternatives you've considered
Additional context
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: