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
- Host: GitHub
- URL: https://github.com/beemi/android-native-app-appium-tests
- Owner: beemi
- Created: 2021-12-30T22:27:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:26:38.000Z (over 2 years ago)
- Last Synced: 2023-12-15T18:33:49.536Z (over 2 years ago)
- Topics: appium, appium-android, java
- Language: Java
- Homepage:
- Size: 81.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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


# :gear: Check appium settings

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