Hello there!
We’re creating bot interactions and automate lots of processes, with flows written by otherwise non technical people. That is amazing. As developer I recognize that FlowXO is a normal programming language with a somewhat visual way of constructing programs—and so I think we should not forget all we’ve learnt in traditional software engineering (especially how not to do it). One thing is testing, automated testing of code, so that when code changes and breaks, the tests will alert you of this.
Can someone point me to resources or ideas of how to implement automated tests for flows? Ultimately, I want our continuous integration tooling to cover FlowXO as well, and let us know, if we’re breaking a flow in some way.
Thanks!