• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.vscode/15-Dec-2024-7369

src/15-Dec-2024-676570

.editorconfigD15-Dec-2024274 1713

.gitignoreD15-Dec-2024548 4336

README.mdD15-Dec-2024400 2517

angular.jsonD15-Dec-20242.8 KiB103102

package-lock.jsonD15-Dec-2024492.5 KiB13,37013,369

package.jsonD15-Dec-20241.3 KiB4443

proxy.conf.jsonD15-Dec-2024163 1210

tsconfig.app.jsonD15-Dec-2024263 1514

tsconfig.jsonD15-Dec-2024857 3332

tsconfig.spec.jsonD15-Dec-2024273 1514

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