znsio / teswiz

End-2-End framework for Native & Web Automation using Cucumber-jvm, Appium, Selenium WebDriver, Applitools & ReportPortal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add capability to download APK/IPA based on the URL provided and use the same for executing test

grover-ankit11 opened this issue · comments

Write a utlity which will take URL as an input, and

  1. Download the APK/IPA from the provided URL
  2. Store the APK/IPA in a temp location
  3. Install the APK/IPA in the connected device/emulator

Implemented