Skip to content

Commit

Permalink
Add testbox runner and npm package script for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed Mar 9, 2017
1 parent 068d8a0 commit 7a3ae71
Show file tree
Hide file tree
Showing 3 changed files with 5,748 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "testbox-runner --runner http://localhost:7777/tests/runner.cfm --directory tests.specs --recurse --errorsOnly"
},
"keywords": [],
"author": "Eric Peterson <=>",
"license": "ISC",
"devDependencies": {
"coldbox-elixir": "^1.0.0"
"coldbox-elixir": "^1.0.0",
"testbox-runner": "^0.3.0"
}
}
2 changes: 1 addition & 1 deletion server.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "qb",
"name":"qb",
"web":{
"http":{
"port":"7777"
Expand Down
Loading

0 comments on commit 7a3ae71

Please sign in to comment.