From a8043ff1f39e4bcdba9b707e6b024b9325d47109 Mon Sep 17 00:00:00 2001 From: shamanec Date: Mon, 24 Jul 2023 17:40:37 +0300 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4fe7c9..697c194 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ -# xcuitest-sample-proj -## Test +# WIP +This is a sample project that demonstrates testing with XCUITest, using a basic Page Object Model structure, with multiple helper and utility methods that I've created or used during my work with XCUITest +You'll also find multiple examples of things you can do with XCUITest out of the box and different ways of locating elements