Working with Custom Nodes and updating code

Is there a way to update / test custom node code? As a developer, this is an extremely powerful tool - but pasting code after I’ve written it locally is tedious and prone to problems. Versioning in source control and providing a test framework would be awesome.

Hey @ktruck - Yes, you can test the custom node from the custom node builder as well as update the code - is that what you were looking for?

https://www.gumloop.com/custom-nodes/builder

This is too slow. Every time I need to run the code, I have to put in my interface values into the UI. It would be helpful if there was a webhook I could use to test it, so I could test various interfaces with different results to make it more robust

I see. If you’re writing the code locally, testing in your environment would be the fastest option. But I get your point about populating the UI.

You know how you have run_workflow() for the sdk? I think what would solve this would be a run_custom_node()

I think I can build something locally here by looking at the network inspect on the custom node requests in the web browser dev tools.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.