This topic was automatically generated from Slack. You can find the original thread here.
— Is there a way to run code tests in a CLI where I can get feedback on what is happening as you step through the code?
This topic was automatically generated from Slack. You can find the original thread here.
— Is there a way to run code tests in a CLI where I can get feedback on what is happening as you step through the code?
Currently, Pipedream does not have a built-in CLI for running code tests and stepping through the code. However, you can use the Pipedream UI to create and test your components, and view the execution logs to get feedback on what’s happening during the execution of your code. If you need more information or assistance, feel free to visit https://pipedream.com/support for more support options.
— When I cancel a test because it appears to be hung up I get no logs showing what was happening to cause the hang. Is there a tool/solution I am missing?
I understand that it can be frustrating when a test appears to be hung up and no logs are available to help diagnose the issue. Currently, Pipedream does not have a specific tool to show logs for canceled tests. However, you can try adding more console.log()
statements in your code to get more detailed information about the execution progress. If you need further assistance, please visit https://pipedream.com/support for more support options.
— Is there any way to log errors when a script is cancelled because it is hung?
I understand that it can be frustrating when a script is hung and you want to log errors. Unfortunately, there isn’t a built-in feature to log errors specifically when a script is canceled due to being hung. However, you can add more console.log()
statements in your code to provide more detailed information about the execution progress. Additionally, you can implement error handling using try-catch blocks to log errors during the execution. If you need further assistance, please visit https://pipedream.com/support for more support options.