Skip to content

Commit

Permalink
add gif demos for running gradle commands in the terminal and unit+co…
Browse files Browse the repository at this point in the history
…nnected test suites in android studio
  • Loading branch information
tinacious committed Sep 19, 2024
1 parent da04360 commit 2e3f020
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/gifs/gradle-assemble.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/gifs/gradle-connectedCheck.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/gifs/gradle-test.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e3f020

Please sign in to comment.