Skip to content

mglaze/mobile-wdio-android-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile Automation Challenge

Installation Instructions for Running API Tests with Postman

Install Postman Standalone Client

Download Postman for macOS (64-bit)

Install Newman CLI

npm install newman -g

Navigate to tests/specs/api and run tests

newman run OpenLib.postman_collection.json
NOTE: You can do a bit of performance testing by using -n
newman run OpenLib.postman_collection.json -n 100

Instructions for Running API Tests Using WebDriverIO

npm run test:api

Instructions for Running App Tests Using WebDriverIO

npm run test:app

Environment

  1. Emulator
    • appiumVersion: '1.6.1'
    • browserName: ''
    • platformName: 'Android'
    • platformVersion: '8.0.0'
    • deviceName: 'Nexus 5X API 26'
  2. Java Version:
    • java version "1.8.0_172"
    • Java(TM) SE Runtime Environment (build 1.8.0_172-b11)
    • Java HotSpot(TM) 64-Bit Server VM (build 25.172-b11, mixed mode)
  3. Node Version:
    • v9.11.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published