Automated Tests with Node-RED

Services built with Node-RED should be tested like any other kind of software as well.

Based on my own experiences with Node-RED, I've published a test "pattern" and the underlying flows on GitHub.

Feel free to use it in whatever way you like. Any feedback is welcome.

With greetings from Germany,

Andreas Rozek

2 Likes

If you principally like the idea of automated tests with Node-RED but find the creation and wiring of nodes cumbersome, I've heard you and added a first template for up to 10 automated tests to the GitHub repository - more will follow as time permits.

What is your experience after 10 month?