forked from Ortus-Solutions/TestBox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbox.json
More file actions
31 lines (31 loc) · 1.09 KB
/
box.json
File metadata and controls
31 lines (31 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name" : "TestBox",
"version" : "@build.version@+@build.number@",
"location" : "http://downloads.ortussolutions.com/ortussolutions/testbox/@build.version@/testbox-@build.version@.zip",
"author" : "Ortus Solutions <info@ortussolutions.com>",
"slug" : "testbox",
"type" : "testing",
"keywords" : "testing,xunit,bdd,testbox,mxunit,tdd",
"homepage" : "https://www.ortussolutions.com/products/testbox",
"documentation" : "https://testbox.ortusbooks.com",
"repository" : { "type" : "git", "url" : "https://github.com/Ortus-Solutions/TestBox" },
"bugs" : "https://ortussolutions.atlassian.net/browse/TESTBOX",
"shortDescription" : "A BDD and xUnit testing framework with Mocking Goodness",
"license" : [
{ "type" : "Apache2", "url" : "http://www.apache.org/licenses/LICENSE-2.0.html" }
],
"contributors" : [
"Brad Wood <bdw429s@gmail.com>", "Curt Gratz <gratz@computerknowhow.com>"
],
"ignore":[
"**/.*"
],
"testbox":{
"runner":"http://localhost:49616/tests/runner.cfm",
"watchers" : [
"system/**.cfc",
"tests/**.cfc"
],
"watchDelay" : "250"
}
}