I’ve been looking for good examples of how to write tests for ColdBox apps the ColdBox way. There are a few examples in the ColdBox, but there are none in the sample apps repository on GitHub. I submitted an issue and even a pull request with a very basic suite for the “helloworld” app but haven’t gotten much traction on whether I’m going the right way. Now I’m running up against another nuance that the existing testing literature isn’t equipped to handle.
Long story short, does anyone know of any good, open source ColdBox apps with high quality tests? They don’t have to be complicated apps, but the more examples I can read through, the better chance I have of writing good tests myself.