Skip to content

WasiqB/my-wdio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-wdio

My first try on webdriverio.

Packages used

  • wdio-cli
  • babel
  • mocha
  • chai
  • allure-commandline
  • webdriverio
  • wdio-image-comparison-service
  • wdio-native-app-compare-service
  • fs-extra
  • spec

Install Packages

$ npm install

Run Functional Tests on desktop chrome

$ npm test

Visual Tests with wdio-image-comparision-service

Run Tests on Android chrome

$ npm run web:android

Run Tests on iPhone Safari

$ npm run web:ios

Run Tests on Desktop Chrome

$ npm run web:chrome

Run Tests on Android for Native App

$ npm run android

Real device should be connected OR emulator should be up and running.

Run Tests on iOS for Native App

$ npm run ios

Generate and Open Allure Report

$ npm run report