Skip to content

raithdw/android-apidemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ฑ Android Appium Automation

๐Ÿš€ Project Overview

This repository contains automated tests for the Android app using Appium + WebdriverIO.
Tests run locally with full Allure reporting.

๐Ÿ–ฅ Local Setup & Usage

Prerequisites

  1. Node.js v20+
  2. PowerShell 7+ (if on Windows)
  3. Android SDK installed locally:
    • emulator.exe and adb.exe available
    • Environment variable ANDROID_SDK or set in run-tests.ps1
    • AVD already created (example: Medium_Phone_API_36.1)
  4. Java JDK 17+
  5. NPM dependencies installed:
    npm install
    

๐Ÿ“ Local Usage and Allure Reports

Make sure Android SDK is installed and your AVD exists.

Run:

  • .\run-tests.ps1 -Headless
  • .\run-tests.ps1 (Headed mode)

Allure results will be generated in ./allure-report and can be opened via:

  • npx allure open ./allure-report

About

๐Ÿ“ฑ Android Appium Automation - This repository contains automated tests for the Google free Android app API Demo using Appium + WebdriverIO. Tests run locally with full Allure reporting.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors