CodewarsReporter.cfc: Custom reporter for TestBox to produce Codewars formatTestRunner.cfm: Runs TestBox tests and produces output for CodewarsCodewarsBaseSpec.cfc: Base tests for CFML test bundles that captures spec-level debugging output
Assumes you have CommandBox CLI installed and in your path:
https://commandbox.ortusbooks.com/setup/installation
Make sure TestBox is installed:
box installTo test locally, create a Solution.cfc and SolutionTest.cfc in the root dir.
Run the task runner with the following command:
box -clishellpath=/path/to/TestRunner.cfm