ability to unit test an action in reciepe and unit test a Callable recipe
Hi Team ,
in the process of building and troubleshooting recipes , I have to put in a lot of log actions , and create webhook recipes with callable recipes in it and test the functionality of the callable recipe , by invoking the webhook using postnam.
Can you please provide the ability to test an configured action -> example : for variable , ability to pass Sample JSON as Input to the action and we should see what output the action returns meaning the defualt value of the variable.
similarly ,for a callable recipe , I should be able to test a callable recipe , pass the input JSON and see what the response JSON of the callable recipe returns.
few more advises - Ability to fill in values to the Data-pills , Assert the result of the test , Mock services for action like HTTP , Connector ..etc that are potential data mutation actions.
Srikanth Lanka
ability to unit test an action in reciepe and unit test a Callable recipe
Hi Team ,
in the process of building and troubleshooting recipes , I have to put in a lot of log actions , and create webhook recipes with callable recipes in it and test the functionality of the callable recipe , by invoking the webhook using postnam.
Can you please provide the ability to test an configured action -> example : for variable , ability to pass Sample JSON as Input to the action and we should see what output the action returns meaning the defualt value of the variable.
similarly ,for a callable recipe , I should be able to test a callable recipe , pass the input JSON and see what the response JSON of the callable recipe returns.
few more advises - Ability to fill in values to the Data-pills , Assert the result of the test , Mock services for action like HTTP , Connector ..etc that are potential data mutation actions.
6 people like this idea