HemanthMalisetty / my-wdio

:hotsprings: My first try on webdriverio.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:hotsprings: My first try on webdriverio.

License:Apache License 2.0


Languages

Language:JavaScript 100.0%