8000 GitHub - harsha509/lt-wdio-appium
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

harsha509/lt-wdio-appium

Repository files navigation

pre-requisites

  • Install NodeJS latest (LTS preferred)
  • Set LT credentails in env variables LT_USERNAME and LT_ACCESS_KEY, as code picks LT creds from variables
    (or)
    you can set LT USERNAME and KEY in config (wdio.*-browser.conf.js) file at
    user: process.env.LT_USERNAME || "YOUR_USERNAME",
    key: process.env.LT_ACCESS_KEY || "YOUR_ACCESS_KEY",

Getting Started

  • Clone repo with git clone https://github.com/harsha509/lt-wdio-appium
  • perform npm install to install deps

Running the Tests

Android

  • To run tests in android: npm run wdio-android
  • To run tests in android virtual device: npm run wdio-android-VD

IOS

  • To run tests in ios: npm run wdio-ios
  • To run tests in ios virtual device: npm run wdio-ios-VD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0