File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
## testbox-codewars
2
2
3
- - ` CodewarsReporter ` : Custom reporter for TestBox to produce Codewars format
4
- - ` TestRunner ` : Runs TestBox tests and produces output for Codewars
3
+ - ` CodewarsReporter.cfc ` : Custom reporter for TestBox to produce Codewars format
4
+ - ` TestRunner.cfc ` : Runs TestBox tests and produces output for Codewars
5
+ - ` CodewarsBaseSpec.cfc ` : Base tests for CFML test bundles that captures spec-level debugging output
5
6
6
7
### Usage
7
8
9
+ Assumes you have CommandBox CLI installed and in your path:
10
+
11
+ https://commandbox.ortusbooks.com/setup/installation
12
+
13
+ Make sure TestBox is installed:
14
+
15
+ ``` bash
16
+ box install
8
17
```
18
+
19
+ To test locally, create a ` Solution.cfc ` and ` SolutionTest.cfc ` in the root dir.
20
+
21
+ Run the task runner with the following command:
22
+
23
+ ``` bash
9
24
box task run TestRunner
10
25
```
You can’t perform that action at this time.
0 commit comments