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

Commit c6131ad0 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Revert "Update Ravenwood docs to reflect pause in development."

This reverts commit 21b3abe2.

Reason for revert: Ravenwood has resumed.

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