Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.vscode/ | H | 25-Apr-2025 | - | 82 | 78 | |
src/ | H | 25-Apr-2025 | - | 3,101 | 2,277 | |
.editorconfig | H A D | 25-Apr-2025 | 274 | 17 | 13 | |
.gitignore | H A D | 25-Apr-2025 | 548 | 43 | 36 | |
README.md | H A D | 25-Apr-2025 | 400 | 25 | 17 | |
angular.json | H A D | 25-Apr-2025 | 2.8 KiB | 105 | 104 | |
package-lock.json | H A D | 25-Apr-2025 | 481.5 KiB | 13,471 | 13,470 | |
package.json | H A D | 25-Apr-2025 | 1.3 KiB | 44 | 43 | |
proxy.conf.json | H A D | 25-Apr-2025 | 163 | 12 | 10 | |
tsconfig.app.json | H A D | 25-Apr-2025 | 263 | 15 | 14 | |
tsconfig.json | H A D | 25-Apr-2025 | 857 | 33 | 32 | |
tsconfig.spec.json | H A D | 25-Apr-2025 | 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