From ba53b57b2b1b360fbf296d893064ebe1559776a7 Mon Sep 17 00:00:00 2001 From: Gant Laborde Date: Mon, 2 Oct 2017 09:28:17 -0500 Subject: [PATCH] Start teasing Android (#303) After an announcement like this https://twitter.com/koltal/status/913162185257492480 Let people feel they should start using detox on Android!!! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da4abd833a..9f391080bf 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ High velocity native mobile development requires us to adopt continuous integrat The most difficult part of automated testing on mobile is the tip of the testing pyramid - E2E. The core problem with E2E tests is flakiness - tests are usually not deterministic. We believe the only way to tackle flakiness head on is by moving from black box testing to gray box testing. That's where Detox comes into play. -* **Cross Platform:** Write cross-platform tests in JavaScript. Currently supports iOS, [Android support is coming - status page](/docs/More.AndroidSupportStatus.md). +* **Cross Platform:** Write cross-platform tests in JavaScript. Currently supports iOS, Android is nearly complete. View the [Android status page](/docs/More.AndroidSupportStatus.md). * **Runs on Devices:** Gain confidence to ship by testing your app on a device/simulator just like a real user. * **Automatically Synchronized:** Stops flakiness at the core by monitoring asynchronous operations in your app. * **React Native Support:** Built from the ground up to support React Native projects as well as pure native ones.