From 908ab5055373534be863d1156e85bc696b740174 Mon Sep 17 00:00:00 2001 From: Alex Gabor Date: Mon, 4 Apr 2022 12:32:37 +0300 Subject: [PATCH] Add link to compose.instructionset.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2292ad4..e764921 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,9 @@ In this section we will see how to test component depending on context such as R In this tests we will also see how to interact with View components in tests via Espresso. We will also see how to test a specific Activity (same concept can be applied to fragments) +Bonus: +* Testing Compose UI: Open the [compose instruction set](./codekata/compose.instructionset.md) + #### Robolectric and Android Tests. Open the [shared tests instruction set](./codekata/sharedtests.instructionset).