1.0.0 • Published 3 years ago

webdriverio-automation v1.0.0

Weekly downloads
-
License
private
Repository
-
Last release
3 years ago

README

This README would normally document whatever steps are necessary to get your application up and running.

Preconditions

  • set BrowserStack UserName and AccessKey in .env file
  • If you want to run test in Android devices, set DEVICE, OS_VERSION, PLATFORM_NAME, APP_ID accordingly in .env file
  • Make sure have mentioned correct configurations (DEVICE, OS_VERSION, PLATFORM_NAME, APP_ID) in .env file

How do I get set up?

  • Run npm install to download the npm dependencies

  • Run the command android-local to run TCs on local Android Emulator Device

  • Run the command ios-local to run TCs on local iOS Simulator Device
  • Run the command bs-single to run single test on BrowserStack Devices(iOS/Android).
  • Run the command bs-multiple to run one test multiple time on BrowserStack Devices(iOS/Android).
  • Run the command bs-android-parallel to run parallel tests on BrowserStack Devices(Android).
  • Run the command bs-ios-parallel to run parallel tests on BrowserStack Devices(iOS).