An open API service indexing awesome lists of open source software.

https://github.com/beemi/android-native-app-appium-tests

Native android app test automation with Appium with Java
https://github.com/beemi/android-native-app-appium-tests

appium appium-android java

Last synced: 8 months ago
JSON representation

Native android app test automation with Appium with Java

Awesome Lists containing this project

README

          

# Android-appium-tests

Appium Android Native app test framework.

# Technologies/Tools used in building the framework
* Intellij -IDE
* Appium - Mobile Automation library
* Gradle - Build automation tool
* Java - Programming language
* lombok - Java library
* Junit5 - Test Management library
* Bitrise - CI/CD

## :gear: Run tests

```shell
gradle clean test
```

```shell
allure generate build/allure-results
```

```shell
./gradlew allureServe
```

# :gear: Inspect elements of the app

![Alt text](docs/img_4.png)

![Alt text](docs/img_3.png)

# :gear: Check appium settings

![Alt text](docs/img_2.png)

## :e-mail: Contacts
Owner: [beemi.raja@gmail.com](beemi.raja@gmail.com)