Hi All,
I have written custom nodes and corresponding unit tests for them. They run fine locally. Now I am trying to set-up gitlab ci so that the same tests can run when any raises a Merge Request after making changes in code.
I have already setup a ci pipeline, which uses node-red image to run tests. However the problem is that as soon as the ci process downloads node-red image and completes the install phase, Node-Red automatically starts the Flows, which disrupts the command to run tests. Hence the tests never starts and the ci job hangs.
If someone can point out what I am doing wrong and what amends should I make, it will be very helpful.
Thanks & Regards,
Shashwat