[Blink] Add incremental install instruction to documentation
Add note about incremental install to run_web_platform_tests_on_android.md Bug: 377713901 Change-Id: I2f97d44d7c19d4ebca663322ca795591958e8d29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6024446 Reviewed-by: Jonathan Lee <jonathanjlee@google.com> Commit-Queue: An Sung <ansung@google.com> Cr-Commit-Position: refs/heads/main@{#1383343}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
41fd2688f4
commit
b2be580c1d
@ -23,9 +23,16 @@ autoninja -C out/Default trichrome_webview_wpt_64 # For testing with WebView
|
||||
|
||||
## Running the Tests
|
||||
|
||||
Once you have Chrome Android/WebView and `chromedriver` built, you can
|
||||
launch `run_wpt_tests.py` to run WPTs. You can either run the tests on an
|
||||
Android emulator or a real Android device.
|
||||
Once you have Chrome Android/WebView and `chromedriver` built, you can launch
|
||||
`run_wpt_tests.py` to run WPTs. You can either run the tests on an Android
|
||||
emulator or a real Android device.
|
||||
|
||||
Note: You can enable [Incremental Install](/build/android/incremental_install/README.md)
|
||||
for Chrome Android by setting `incremental_install = True` in your `args.gn`
|
||||
file.
|
||||
|
||||
This will cause the test harness to use the build directory's incremental
|
||||
installation script instead of the default browser APK.
|
||||
|
||||
### Running WPTs on an Android emulator
|
||||
|
||||
|
Reference in New Issue
Block a user