Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.vscode/ | 15-Dec-2024 | - | 73 | 69 | ||
src/ | 15-Dec-2024 | - | 676 | 570 | ||
.editorconfig | D | 15-Dec-2024 | 274 | 17 | 13 | |
.gitignore | D | 15-Dec-2024 | 548 | 43 | 36 | |
README.md | D | 15-Dec-2024 | 400 | 25 | 17 | |
angular.json | D | 15-Dec-2024 | 2.8 KiB | 103 | 102 | |
package-lock.json | D | 15-Dec-2024 | 492.5 KiB | 13,370 | 13,369 | |
package.json | D | 15-Dec-2024 | 1.3 KiB | 44 | 43 | |
proxy.conf.json | D | 15-Dec-2024 | 163 | 12 | 10 | |
tsconfig.app.json | D | 15-Dec-2024 | 263 | 15 | 14 | |
tsconfig.json | D | 15-Dec-2024 | 857 | 33 | 32 | |
tsconfig.spec.json | D | 15-Dec-2024 | 273 | 15 | 14 |
README.md
1# WatchWebApp 2 3Local web UI to update golden files from a device. 4 5This is deployed to https://motion.teams.x20web.corp.google.com/, and launched 6via platform_testing/libraries/motion/golden/watch_web_app 7 8## Development 9 10Install dependencies with: 11``` 12npm install 13``` 14 15test via 16 17``` 18ng serve 19``` 20 21then launch the golden updater via 22``` 23./watch_local_tests.py --client_url=http://localhost:4200/ 24``` 25