blob: 755887f2e8671aaf986081de57e52b495b0d6fc5 [file] [log] [blame] [view]
Chong Guae2c09a2023-01-11 17:07:451# Run Webpage Tests on Fuchsia
2
3[TOC]
4
5These tests allow developers to update Chrome/WebEngineShell on their
6Fuchsia devices and navigate to a given url.
7
8To build Chrome or WebEngineShell follow
9[build instructions](build_instructions.md).
10
11#### Usage
12
13The following command will start an emulator, update WebEngineShell, and
14navigate to [URL]:
15
16```bash
David Dorwin44350d92023-02-06 16:49:0017$ ./build/fuchsia/test/run_test.py webpage --browser=web-engine-shell [URL] -C [OUTPUT_DIR]
Chong Guae2c09a2023-01-11 17:07:4518```
19
20To use with a persistent Fuchsia device, add the flag `--target-id=[FUCHSIA_NODENAME]`
21to specify the device to use or `-d` if there is only one device connected.