xref: /aosp_15_r20/development/tools/motion/motion_test_watcher_app/README.md (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
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