summaryrefslogtreecommitdiff
path: root/ravenwood/README.md
diff options
context:
space:
mode:
author Makoto Onuki <omakoto@google.com> 2024-03-21 22:49:45 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-03-21 22:49:45 +0000
commitc6131ad0fd8c66bd1e5edbe161b7f47ae2157d70 (patch)
tree18457aa0bbadf708e7c66cf31db90cd40b5af47e /ravenwood/README.md
parent21b3abe224b8c2f4d350c02bd12b5a0633b5f5c9 (diff)
Revert "Update Ravenwood docs to reflect pause in development."
This reverts commit 21b3abe224b8c2f4d350c02bd12b5a0633b5f5c9. Reason for revert: Ravenwood has resumed. Change-Id: I96b6ec9583775cd8b626fef57efcfbd419c645d4
Diffstat (limited to 'ravenwood/README.md')
-rw-r--r--ravenwood/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/ravenwood/README.md b/ravenwood/README.md
index 8cafb433736f..9c4fda7a50a6 100644
--- a/ravenwood/README.md
+++ b/ravenwood/README.md
@@ -1,11 +1,9 @@
# Ravenwood
-Ravenwood is a lightweight unit testing environment for Android platform code that runs on the host.
+Ravenwood is an officially-supported lightweight unit testing environment for Android platform code that runs on the host.
Ravenwood’s focus on Android platform use-cases, improved maintainability, and device consistency distinguishes it from Robolectric, which remains a popular choice for app testing.
-> **Note:** Active development of Ravenwood has been paused as of March 2024. Existing Ravenwood tests will continue running, but support has moved to a self-service model.
-
## Background
Executing tests on a typical Android device has substantial overhead, such as flashing the build, waiting for the boot to complete, and retrying tests that fail due to general flakiness.