From 25c29f9a40203597a9f3e3bfcbb5668954a45868 Mon Sep 17 00:00:00 2001 From: Tuan Hoang <48347505+hoangatuan@users.noreply.github.com> Date: Sun, 18 Aug 2024 18:46:05 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a2b59f..270dcb6 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Check out [this document](./Docs/Report.md) for how to customize the process to ## Current supported testing frameworks - [Maestro](https://maestro.mobile.dev/) ✅ -- [XCUITest](https://developer.apple.com/documentation/xctest) (XCUITest is not supported. Read more [here](./Docs/XCUITests.md)) ❌ +- [XCUITest](https://developer.apple.com/documentation/xctest) ✅ (Only support real device. Read more [here](./Docs/XCUITests.md)) ### Why I used Maestro?