webdriverio-automation
v1.0.0
Published
WebdriverIO-Automation android ios project
Maintainers
Readme
README
This README would normally document whatever steps are necessary to get your application up and running.
Preconditions
- set BrowserStack UserName and AccessKey in
.envfile - If you want to run test in Android devices, set DEVICE, OS_VERSION, PLATFORM_NAME, APP_ID accordingly in
.envfile - Make sure have mentioned correct configurations (DEVICE, OS_VERSION, PLATFORM_NAME, APP_ID) in
.envfile
How do I get set up?
Run
npm installto download the npm dependenciesRun the command
android-localto run TCs on local Android Emulator DeviceRun the command
ios-localto run TCs on local iOS Simulator DeviceRun the command
bs-singleto run single test on BrowserStack Devices(iOS/Android).Run the command
bs-multipleto run one test multiple time on BrowserStack Devices(iOS/Android).Run the command
bs-android-parallelto run parallel tests on BrowserStack Devices(Android).Run the command
bs-ios-parallelto run parallel tests on BrowserStack Devices(iOS).
