Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21b3abe2 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Update Ravenwood docs to reflect pause in development.

Change-Id: I46e09b507f84d47ca0aed8f5b471346470f8e7a4
parent e4812b3c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
# 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.