Can I use node-red-node-test-helper for testing ui components?

Hi,
I've used node-red-node-test-helper for testing my nodes. And now I have a dashboard custom node that I want to test using node-red-node-test-helper and unfortunately throws exception when reaches RED.require("node-red-dashboard") because is not finding the dashboard. How can I start the server having also the dashboard installed before testing.
I would not want to mock-up that call...
is there a possibility to install that when calling helper.startServer(done); ?

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