-
Notifications
You must be signed in to change notification settings - Fork 15
/
bsconfig-test.json
37 lines (37 loc) · 928 Bytes
/
bsconfig-test.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
{
"stagingDir": "build",
"files": ["manifest", "source/**/*.*", "components/**/*.*"],
"extends": "bsconfig.json",
"plugins": ["maestro-roku-bsc-plugin", "rooibos-roku"],
"rooibos": {
"isRecordingCodeCoverage": false,
"testsFilePattern": null,
"tags": ["!integration", "!deprecated", "!fixme", "!tbd"],
"isGlobalMethodMockingEnabled": true,
"showOnlyFailures": true,
"catchCrashes": true,
"lineWidth": 70,
"sendHomeOnFinish": false,
"failFast": false
},
"rokuLog": {
"strip": false,
"insertPkgPath": true
},
"maestro": {
"excludeFilters": [
"**/roku_modules/**/*",
"**/rooibos-roku/**/*",
"**/node_modules/**/*"
],
"nodeClasses": {
"buildForIDE": false,
"generateTestUtils": true
},
"extraValidation": {
"doExtraValidation": false,
"excludeFilters": [],
"doExtraImportValidation": false
}
}
}