Skip to content

Commit

Permalink
Run tests through CommandBox
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed Apr 23, 2016
1 parent 9ff2c6c commit a2c350f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
"**/.*",
"test",
"tests"
]
],
"testbox": {
"runner": "http://localhost:7777/tests/runner.cfm"
}
}
7 changes: 7 additions & 0 deletions server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"web":{
"http":{
"port":"7777"
}
}
}

0 comments on commit a2c350f

Please sign in to comment.