https://github.com/nakov/appium-js-example
Example of Appium UI automated tests for Android app with JavaScript and Mocha
https://github.com/nakov/appium-js-example
Last synced: 11 months ago
JSON representation
Example of Appium UI automated tests for Android app with JavaScript and Mocha
- Host: GitHub
- URL: https://github.com/nakov/appium-js-example
- Owner: nakov
- Created: 2021-08-04T10:43:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-04T10:56:17.000Z (over 4 years ago)
- Last Synced: 2025-01-09T11:24:43.297Z (about 1 year ago)
- Language: JavaScript
- Size: 2.41 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Appium-JS-Example
Example of **Appium UI automated tests** for Android app with **JavaScript** and **Mocha**:

# Goals
Writing Appium mobile UI automated tests for the ContactBook sample Android app:
https://github.com/nakov/ContactBook-AndroidClient
# Running the Appium Tests
1. Restore the **Node.js dependencies**: ```npm install```
2. Start the **Android emulator** - https://developer.android.com/studio/run/emulator
3. Start **Appium desktop** and bind it to the IPv6 loopback address `::1` - https://github.com/appium/appium-desktop
4. Run the **Mocha tests**: ```npm test```
# Expected Test Results
