diff options
author | 2024-03-12 17:23:43 +0000 | |
---|---|---|
committer | 2024-03-12 17:24:19 +0000 | |
commit | 21b3abe224b8c2f4d350c02bd12b5a0633b5f5c9 (patch) | |
tree | 5428001d1512095e341327470a4348b486f2eb8a /ravenwood/README.md | |
parent | e4812b3ce38035070bb51b36b9f7670cc3b8290d (diff) |
Update Ravenwood docs to reflect pause in development.
Change-Id: I46e09b507f84d47ca0aed8f5b471346470f8e7a4
Diffstat (limited to 'ravenwood/README.md')
-rw-r--r-- | ravenwood/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ravenwood/README.md b/ravenwood/README.md index 9c4fda7a50a6..8cafb433736f 100644 --- a/ravenwood/README.md +++ b/ravenwood/README.md @@ -1,9 +1,11 @@ # Ravenwood -Ravenwood is an officially-supported lightweight unit testing environment for Android platform code that runs on the host. +Ravenwood is a 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. |