diff --git a/README.md b/README.md index 20957d1..5ef48de 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ The screenshot below shows that you need to choose the "app" build configuration ![](./screenshots/build-app-config.png) +![](./screenshots/gifs/gradle-assemble.gif) + ### Unit and UI tests @@ -76,7 +78,14 @@ Below is a screenshot of the Android Studio UI and where to find these tests. Th ![Screenshot of the androidTest and test directories in Android Studio](./screenshots/tests-running-android-studio.png) +Below is a GIF of running the unit and connected tests in the terminal. + +![](./screenshots/gifs/gradle-test.gif) +![](./screenshots/gifs/gradle-connectedCheck.gif) + +Below is a GIF of running the test suites in Android Studio: +![](./screenshots/gifs/android-studio-unit-connected.gif) ## Features diff --git a/screenshots/gifs/android-studio-unit-connected.gif b/screenshots/gifs/android-studio-unit-connected.gif new file mode 100644 index 0000000..abccbc0 Binary files /dev/null and b/screenshots/gifs/android-studio-unit-connected.gif differ diff --git a/screenshots/gifs/gradle-assemble.gif b/screenshots/gifs/gradle-assemble.gif new file mode 100644 index 0000000..3ce9c3a Binary files /dev/null and b/screenshots/gifs/gradle-assemble.gif differ diff --git a/screenshots/gifs/gradle-connectedCheck.gif b/screenshots/gifs/gradle-connectedCheck.gif new file mode 100644 index 0000000..fe38c2a Binary files /dev/null and b/screenshots/gifs/gradle-connectedCheck.gif differ diff --git a/screenshots/gifs/gradle-test.gif b/screenshots/gifs/gradle-test.gif new file mode 100644 index 0000000..3954e47 Binary files /dev/null and b/screenshots/gifs/gradle-test.gif differ