From e31739b6ae742c19303a96cd50303f643bb5d991 Mon Sep 17 00:00:00 2001 From: Nick Christensen Date: Mon, 27 Nov 2023 09:47:11 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8294bae..1fe4000 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # KmpTemplate This is an example project based on another template and following the instructions to create a new project here: https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-getting-started.html + +# Plan +I want to start out with unit tests for iOS, Android, and the shared code. +Then I want UI tests for iOS and Android. +Hopefully I can leverage one set of tests in Appium that will test both platforms