Back to Chromium

Deploying content_shell and running web_tests on Fuchsia

docs/fuchsia/web_tests.md

153.0.8005.1980 B
Original Source

Deploying content_shell and running web_tests on Fuchsia

[TOC]

General instruction on running and debugging web_tests can be found here.

Unlike on other platforms, where tests are directly invoked via the blink test script, Fuchsia layers on top its own test script, which handles preparation such as installing the content_shell binary.

Currently, only a small subset of web tests can be run on Fuchsia. Build the target blink_web_tests first before running any of the commands below:

Hermetic emulation

The test script brings up an emulator, runs the tests on it, and shuts the emulator down when finished.

bash
$ <output-dir>/bin/run_blink_web_tests

Run on an physical device.

bash
$ <output-dir>/bin/run_blink_web_tests --target-id=<device-target-id>