From c390033fcb425fa2b7fbf6a3c9032eefa90a8961 Mon Sep 17 00:00:00 2001 From: Michael Hoisie Date: Sun, 28 Nov 2021 11:19:27 -0800 Subject: [PATCH] Add some additional information to README.md * Add more details about performance comparison to an emulator. * Mention that Robolectric supports 15 different API levels. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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