-
Notifications
You must be signed in to change notification settings - Fork 4
/
box.json
46 lines (46 loc) · 1.57 KB
/
box.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name":"cbPlaywright",
"version":"1.33.3",
"author":"Eric Peterson <[email protected]>",
"location":"forgeboxStorage",
"homepage":"https://github.com/coldbox-modules/cbPlaywright",
"documentation":"https://github.com/coldbox-modules/cbPlaywright",
"repository":{
"type":"git",
"URL":"https://github.com/coldbox-modules/cbPlaywright"
},
"license":[
{
"type":"MIT",
"URL":"https://github.com/coldbox-modules/cbPlaywright/LICENSE"
}
],
"bugs":"https://github.com/coldbox-modules/cbPlaywright/issues",
"slug":"cbPlaywright",
"shortDescription":"CFML integration with TestBox and Playwright",
"description":"CFML integration with TestBox and Playwright to run tests in actual browsers",
"type":"modules",
"dependencies":{
"commandbox-cbplaywright":"^1.0.0"
},
"devDependencies":{
"testbox":"stable"
},
"installPaths":{
"testbox":"testbox/"
},
"scripts":{
"format":"cfformat run ModuleConfig.cfc,models/**/*.cfc,tests/specs/**/*.cfc --overwrite",
"format:check":"cfformat check ModuleConfig.cfc,models/**/*.cfc,tests/specs/**/*.cfc --verbose",
"format:watch":"cfformat watch ModuleConfig.cfc,models/**/*.cfc,tests/specs/**/*.cfc",
"installDeps":"!mvn exec:java -e -Dexec.mainClass=com.microsoft.playwright.CLI -Dexec.args=\"install-deps\"",
"install:2021":"cfpm install document,feed,zip"
},
"ignore":[
"**/.*",
"test",
"tests",
"pom.xml",
"build"
]
}