The Wayback Machine - https://web.archive.org/web/20201120203742/https://github.com/Codewars/testbox-codewars
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

testbox-codewars

  • CodewarsReporter.cfc: Custom reporter for TestBox to produce Codewars format
  • TestRunner.cfm: Runs TestBox tests and produces output for Codewars
  • CodewarsBaseSpec.cfc: Base tests for CFML test bundles that captures spec-level debugging output

Usage

Assumes you have CommandBox CLI installed and in your path:

https://commandbox.ortusbooks.com/setup/installation

Make sure TestBox is installed:

box install

To 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
You can’t perform that action at this time.