create sample bsconfig.tdd.json file
This commit is contained in:
parent
a31c2ca4c9
commit
f3011b550c
48
bsconfig-tdd-sample.json
Normal file
48
bsconfig-tdd-sample.json
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
{
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"src": "test-app/**/*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "source/**/!(Main.brs)",
|
||||||
|
"dest": "source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "components/**/*",
|
||||||
|
"dest": "components"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "locale/**/*",
|
||||||
|
"dest": "locale"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "settings/**/*",
|
||||||
|
"dest": "settings"
|
||||||
|
},
|
||||||
|
"!**/*.spec.bs",
|
||||||
|
{
|
||||||
|
"src": "**/BaseTestSuite.spec.bs",
|
||||||
|
"dest": "source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "**/isValid.spec.bs",
|
||||||
|
"dest": "source"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"diagnosticFilters": ["node_modules/**/*", "**/roku_modules/**/*"],
|
||||||
|
"autoImportComponentScript": true,
|
||||||
|
"allowBrighterScriptInBrightScript": true,
|
||||||
|
"createPackage": false,
|
||||||
|
"stagingFolderPath": "build",
|
||||||
|
"plugins": ["rooibos-roku"],
|
||||||
|
"rooibos": {
|
||||||
|
"isRecordingCodeCoverage": false,
|
||||||
|
"testsFilePattern": null,
|
||||||
|
"showOnlyFailures": true,
|
||||||
|
"catchCrashes": true,
|
||||||
|
"lineWidth": 70,
|
||||||
|
"failFast": false,
|
||||||
|
"sendHomeOnFinish": false
|
||||||
|
},
|
||||||
|
"sourceMap": true
|
||||||
|
}
|
|
@ -1,49 +1,39 @@
|
||||||
{
|
{
|
||||||
"files": [
|
"files": [
|
||||||
{
|
{
|
||||||
"src": "test-app/**/*"
|
"src": "test-app/**/*"
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "source/**/!(Main.brs)",
|
|
||||||
"dest": "source"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "components/**/*",
|
|
||||||
"dest": "components"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "locale/**/*",
|
|
||||||
"dest": "locale"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "settings/**/*",
|
|
||||||
"dest": "settings"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"diagnosticFilters": [
|
|
||||||
"node_modules/**/*",
|
|
||||||
"**/roku_modules/**/*"
|
|
||||||
],
|
|
||||||
"autoImportComponentScript": true,
|
|
||||||
"allowBrighterScriptInBrightScript": true,
|
|
||||||
"createPackage": false,
|
|
||||||
"stagingFolderPath": "build",
|
|
||||||
"plugins": [
|
|
||||||
"rooibos-roku"
|
|
||||||
],
|
|
||||||
"rooibos": {
|
|
||||||
"isRecordingCodeCoverage": false,
|
|
||||||
"testsFilePattern": null,
|
|
||||||
"tags": [
|
|
||||||
"!integration",
|
|
||||||
"!deprecated",
|
|
||||||
"!fixme"
|
|
||||||
],
|
|
||||||
"showOnlyFailures": true,
|
|
||||||
"catchCrashes": true,
|
|
||||||
"lineWidth": 70,
|
|
||||||
"failFast": false,
|
|
||||||
"sendHomeOnFinish": false
|
|
||||||
},
|
},
|
||||||
"sourceMap": true
|
{
|
||||||
}
|
"src": "source/**/!(Main.brs)",
|
||||||
|
"dest": "source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "components/**/*",
|
||||||
|
"dest": "components"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "locale/**/*",
|
||||||
|
"dest": "locale"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "settings/**/*",
|
||||||
|
"dest": "settings"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"diagnosticFilters": ["node_modules/**/*", "**/roku_modules/**/*"],
|
||||||
|
"autoImportComponentScript": true,
|
||||||
|
"allowBrighterScriptInBrightScript": true,
|
||||||
|
"createPackage": false,
|
||||||
|
"stagingFolderPath": "build",
|
||||||
|
"plugins": ["rooibos-roku"],
|
||||||
|
"rooibos": {
|
||||||
|
"isRecordingCodeCoverage": false,
|
||||||
|
"testsFilePattern": null,
|
||||||
|
"showOnlyFailures": true,
|
||||||
|
"catchCrashes": true,
|
||||||
|
"lineWidth": 70,
|
||||||
|
"failFast": false,
|
||||||
|
"sendHomeOnFinish": false
|
||||||
|
},
|
||||||
|
"sourceMap": true
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user