-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix test failures * docs: improves getting started docs * feat: adds screen output to unit test runs * doc improvements
- Loading branch information
1 parent
3500c88
commit ba22f41
Showing
8 changed files
with
55 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,5 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "test", | ||
"type": "brightscript", | ||
"request": "launch", | ||
"consoleOutput": "full", | ||
"internalConsoleOptions": "neverOpen", | ||
"preLaunchTask": "build-tests", | ||
"envFile": "${workspaceFolder}/tests/.vscode/.env", | ||
"host": "${env:ROKU_DEV_TARGET}", | ||
"password": "${env:ROKU_DEVPASSWORD}", | ||
"retainStagingFolder": true, | ||
"stopOnEntry": false, | ||
"files": [ | ||
"!**/images/*.*", | ||
"!**/fonts/*.*", | ||
"!*.jpg", | ||
"!*.png", | ||
"*", | ||
"*.*", | ||
"**/*.*", | ||
"!*.zip", | ||
"!**/*.zip" | ||
], | ||
"rootDir": "${workspaceFolder}/tests/build", | ||
"sourceDirs": [ | ||
"${workspaceFolder}/tests/src", | ||
], | ||
"enableDebuggerAutoRecovery": true, | ||
"stopDebuggerOnAppExit": true, | ||
"enableVariablesPanel": false, | ||
"injectRaleTrackerTask": false, | ||
"enableDebugProtocol": false | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,5 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"label": "build-tests", | ||
"type": "shell", | ||
"command": "gulp build && cd frameworkTests && export TS_NODE_COMPILER_OPTIONS='{\"incremental\":true, \"allowJs\":false}' && export TS_NODE_TRANSPILE_ONLY=true && gulp prePublishTests", | ||
"problemMatcher": [], | ||
"presentation": { | ||
"echo": true, | ||
"reveal": "silent", | ||
"focus": false, | ||
"panel": "shared", | ||
"showReuseMessage": false, | ||
"clear": true | ||
}, | ||
"group": { | ||
"kind": "test", | ||
"isDefault": true | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters