0

Fix typo in crosier docs

Change-Id: I15b34a02eb151898c386baec49d20b7429c72e7e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4775419
Reviewed-by: Dan Erat <derat@chromium.org>
Commit-Queue: James Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1182677}
This commit is contained in:
James Cook
2023-08-11 18:01:05 +00:00
committed by Chromium LUCI CQ
parent 2a7b90d5f7
commit ba4f77cde1

@ -5,7 +5,7 @@ Crosier is a project for running GTest-based integration tests on a ChromeOS
hardware Device Under Test (DUT) or in a ChromeOS Virtual Machine (VM). The idea
is similar to interactive_ui_tests. A runner uses GTest to launch a full browser
on DUT/VM, and the test body runs in the same process as the browser process.
Utilily APIs will be provided so the test body can access Chrome classes and
Utility APIs will be provided so the test body can access Chrome classes and
objects like normal browser tests. The test can also access ChromeOS system
services/daemons via utilities (D-Bus wrappers, shell commands, etc.).