diff --git a/README.md b/README.md index a8feab43243..3819598ba34 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ [![Build Status](https://github.com/robolectric/robolectric/actions/workflows/tests.yml/badge.svg)](https://github.com/robolectric/robolectric/actions?query=workflow%3Atests) [![GitHub release](https://img.shields.io/github/release/robolectric/robolectric.svg?maxAge=60)](https://github.com/robolectric/robolectric/releases) -Robolectric is the industry-standard unit testing framework for Android. With Robolectric, your tests run in a simulated Android environment inside a JVM, without the overhead of an emulator. +Robolectric is the industry-standard unit testing framework for Android. With Robolectric, your tests run in a simulated Android environment inside a JVM, without the overhead and flakiness of an emulator. Robolectric tests routinely run 10x faster than those on cold-started emulators. + +Robolectic supports running unit tests for *15* different versions of Android, ranging from Jelly Bean (API level 16) to S (API level 31). ## Usage