mcdcorp / opentest

Open source test automation tool for web applications, mobile apps and APIs
https://getopentest.org
MIT License
452 stars 108 forks source link

Mobile Application is launching twice #589

Open ShitalBelote01 opened 1 year ago

ShitalBelote01 commented 1 year ago

when Launch mob app through opentest ,it is launching twice---initially it opens & close then again open the same & continue with further execution

Steps to reproduce:

  1. set up desired capability in actor file-- desiredCapabilities: app: apkfile path automationName: UiAutomator2 deviceName: Android10 platformName: Android

  2. Calling Launch action as per below description: | This test is built for an imaginary app and is forever doomed to fail. You need to change it so it runs against your own app. The configuration details (Appium server URL, desired capabilities, etc.) must be specified in the actor.yaml file for the test actor you'll be using. actions:

    • description: Launch the mobile app action: org.getopentest.appium.LaunchApp