Mobile Automation Testing using WebdriverIO

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 73

  • @ZhivkoIvanov-j4i
    @ZhivkoIvanov-j4i 2 місяці тому +1

    BEST Tutorial EVER! The one and the only that helped me to set up the project after WEEKS ot trying. Thank you very much! Keep up the great work! Respect for you Sir.

  • @thomasedison2806
    @thomasedison2806 2 роки тому +1

    This helps a lot not only for beginners but also as refreshers for those coming back to implement this again to a new project

  • @neerajnegi3041
    @neerajnegi3041 2 роки тому +1

    Great job done bro !! For Beginner your tutorials are really helpful

    • @sdetunicorns
      @sdetunicorns  2 роки тому

      Thank you! Please support the channel by sharing the video with others :)

  • @akashkumarbarnwal2295
    @akashkumarbarnwal2295 Рік тому

    It was very nice video. One clarification please, Can we mock all the api call with dummy response? I mean I really don't want to involve real api call during e2e test.

    • @sdetunicorns
      @sdetunicorns  Рік тому

      sure, you need to create a mock service then and ensure your app interacts with that mock service only.

  • @NaymaIslam-u9c
    @NaymaIslam-u9c 8 місяців тому

    How do you auto-create the blocks using vscode? are there any shortcuts or prior setup required to do so?

  • @TgSkyline
    @TgSkyline 2 роки тому +1

    Hi, whats plugin or extesion use for automatic filling describe and it with arrow function?

  • @sdxus
    @sdxus Рік тому

    Hey, Loved your webdriverio mobile tutorial with uiautomator. Do you have a tutorial with espresso driver? I tried by changing automationName to Espresso but app did not launch? Any suggestions? Thanks!

    • @sdetunicorns
      @sdetunicorns  Рік тому

      Thanks for watching the tutorial. Regarding your question about Espresso, make sure that your app includes Espresso dependencies. Double-check your capabilities and try a basic test with a different app to isolate the issue. Also, reviewing Appium server logs can be really helpful. I don't have an Espresso tutorial yet, but it's a great idea for future content.

  • @mohamedkhlifi1199
    @mohamedkhlifi1199 Рік тому

    This helped me a lot, thank you so much. But I have a question, how should I create a pipeline ro tun these tests. I need to create a pipeline (in Azure DevOps for example) and run it. I need a free solution.

  • @maheshkumbhar4216
    @maheshkumbhar4216 2 роки тому +1

    Thank you for complete setup.

  • @52aaju68gdcz
    @52aaju68gdcz Рік тому +1

    hello, when i run "npx wdio" i get an error "@wdio/cli:launcher: no specs found to run, exiting with failure". can you please help me

    • @dbuendia
      @dbuendia Рік тому

      Did you manage to get it working? I'm facing the same issue right now.

    • @shubhampatil132
      @shubhampatil132 10 місяців тому +1

      @@dbuendia you need to mention the test folder path in config file

  • @Focuz-Automation
    @Focuz-Automation Рік тому

    Excellent 🙏Thanks ... How to upload documents in mobile web browser automation using Appium.
    Please help 🤗

  • @TalwinderDhillonTravels
    @TalwinderDhillonTravels Рік тому

    do you have any videos on using this setup for MacOS apps testing?

    • @sdetunicorns
      @sdetunicorns  Рік тому

      I have a full course on this where I have covered both Android and iOS - academy.sdetunicorns.com/p/mobile-automation-with-appium-2-0-and-webdriverio

    • @TalwinderDhillonTravels
      @TalwinderDhillonTravels Рік тому

      @@sdetunicorns I meant MacOS apps, not ios and android

  • @dikshachauhan1876
    @dikshachauhan1876 5 місяців тому

    Thanks a lot for this detailed video

  • @shubhampatil132
    @shubhampatil132 10 місяців тому

    the tests are passing but its not showing up in the emulator ( sample test ), would you please help why the android studio emulator not spinning instance of APIDemo app

  • @idrish_2186
    @idrish_2186 Рік тому

    Can you make one vidio for Design Xpath of iOS.

  • @kasunishankayapa8823
    @kasunishankayapa8823 11 місяців тому

    Great Job. Need a Flutter app automation using wdio.Cuz other videos on youtube
    I didn't see helpful and in order.

  • @TomásGómez-q4v
    @TomásGómez-q4v 4 місяці тому

    Hey, I made your step by step tutorial but Im not able to run a test. Im having the port issue that you mentioned in the video, I made the same as you indicated but still having the same problem :(

    • @shikhar5300
      @shikhar5300 3 місяці тому

      Were you able to resolve that?

  • @anandmohandas8307
    @anandmohandas8307 Рік тому

    Can you please help in saying how we can launch an application by using appActivity and appPackage for those application we dont have the apk file

    • @sdetunicorns
      @sdetunicorns  Рік тому

      Yes, you can. Here's an example -collabedit.com/hfa2s

    • @anandmohandas8307
      @anandmohandas8307 Рік тому

      @@sdetunicorns Thanks a lot this was helpful, but I found an article recently that wdio is having an issue that if apk file is not provided, its unable to identify the activity and package.

  • @KamranAnwar-x1z
    @KamranAnwar-x1z Рік тому

    Hey great video and very helpfull, but I am trying to re enter the value in the password field and couldn't find any solution, can you help me in this...

  • @connectSanjayMali
    @connectSanjayMali 2 роки тому

    A app initially takes 60/100 sec to configure everything. In that case ideally i'm using xpath, find out that button text.
    DATA { using: 'xpath', value: '//*[@text=" Alle Cookies akzeptieren "]' }
    ERROR webdriver: Request failed with status 404 due to invalid session id: A session is either terminated or not started

  • @geethaguptha6812
    @geethaguptha6812 Рік тому

    can't seem to get the android emulator and the app launched...on trying to run npx wdio could see that the test has been skipped --any help would be appreciated

    • @sdetunicorns
      @sdetunicorns  Рік тому

      It could be due to many reasons, likely the way your config is setup. But the easiest way would be to make sure the path is correct in config file for your specs

  • @SpurtiKulkarni-l4e
    @SpurtiKulkarni-l4e Рік тому

    demo app doe not launch on the emulator. Is there any extra capability we need to add on appium ? is it require to give the mainActivity for the package as capability. Please help!

  • @KRISHINNOVOO
    @KRISHINNOVOO 3 місяці тому

    Hi bro
    could you please make a video on setting up and running both the Appium server and a Python automation script on the same Android device?
    I Mean...
    In Same Android testing (Appium server and python script execution) have to run in background
    In the same Android mobile Automation work also have to run
    Is it possible...?
    If it is possible make video on it...

  • @mohammadkhizar8103
    @mohammadkhizar8103 Рік тому

    I am getting this Error: Unable to load spec files quite likely because they rely on `browser` object that is not fully initialised.
    `browser` object has only `capabilities` and some flags like `isMobile`.

    • @sdetunicorns
      @sdetunicorns  Рік тому

      So this is a generic error webdriverio throws sometime, you need to look at the error in detail to figure out the root cause.

  • @SpurtiKulkarni-l4e
    @SpurtiKulkarni-l4e Рік тому

    when i open the demo app there is no accessibility id or content desc . is there any alternative to find those ? or have i setup the appium inspector incorrectly

    • @sdetunicorns
      @sdetunicorns  Рік тому

      You should see other selector options like resourceId or text which you can work with as well.

  • @nomads_._land
    @nomads_._land 9 місяців тому

    Clicking "send me the guide" doesn't.. it sends you an email asking you to go to their website and pay for the course

  • @NeerajkumarLad
    @NeerajkumarLad Рік тому

    Do I need to start appium server in background ?

  • @kiddo4170
    @kiddo4170 Рік тому

    Can u please help me with following error : Neither ANDROID_HOME nor ANDROID_SDK_ROOT environment variable was exported

    • @sdetunicorns
      @sdetunicorns  Рік тому

      Checkout this thread to get SDK dir setup - stackoverflow.com/questions/28789556/android-studio-sdk-tools-directory-is-missing

  • @ankitsakhuja634
    @ankitsakhuja634 Рік тому

    Hi, where is the apk app link, it's not mentioned in pdf as well as in the description

    • @sdetunicorns
      @sdetunicorns  Рік тому

      You can find that here - github.com/automationbro/webdriverio-appium-course/tree/master/app/android

  • @sakhile5914
    @sakhile5914 Рік тому

    I get this error when I run npx appium driver list - error: unrecognized arguments: driver list

    • @sdetunicorns
      @sdetunicorns  Рік тому

      Make sure you have Appium 2.0 installed otherwise it would throw this error

    • @sakhile5914
      @sakhile5914 Рік тому

      @@sdetunicorns Thanks it now shows the divers list. however when trying to run the npx wdio I get the following errors: ERROR @wdio/cli:utils: A service failed in the 'onPrepare' hook, Error: "ts-node/esm/transpile-only 'resolve'" did not call the next hook in its chain and did not explicitly signal a short circuit. If this is intentional, include `shortCircuit: true` in the hook's return.

    • @sakhile5914
      @sakhile5914 Рік тому

      please help

  • @geethamaddirala
    @geethamaddirala Рік тому

    my appium inspector is not loading app

    • @sdetunicorns
      @sdetunicorns  Рік тому

      What error are you getting?

    • @geethamaddirala
      @geethamaddirala Рік тому

      @@sdetunicorns I am trying load mytra app. So page headers are loding like women,men etc and complete page is blank.

  • @kirankumarireddykiran7409
    @kirankumarireddykiran7409 10 місяців тому

    How to connect to real devices ??

    • @garymathe9863
      @garymathe9863 7 місяців тому

      Connect your device to your laptop with a USB (-C) cable and it will show up in the Android Studio Device Manager

  • @sakhile5914
    @sakhile5914 Рік тому

    I cant believe I did everything that on this video but Im still geting errors

    • @sdetunicorns
      @sdetunicorns  Рік тому

      Setup is one of the most difficult parts. With the changes happening in WDIO, some of these settings needs to get updated again. You can join our community to get help with support issues like these - bit.ly/3SBTtKb

  • @IvanKunitskiy
    @IvanKunitskiy Рік тому +2

    Could somebody help me with the next problem? Running the 'npx wdio' I get the error:
    - ERROR @wdio/cli:utils: A service failed in the 'onPrepare' hook

    • @sakhile5914
      @sakhile5914 Рік тому

      Im also getting the same error. did you manage to find the solution ?

  • @TuanNgo-c6k
    @TuanNgo-c6k Рік тому

    Hi guys, Im getting this error log when trying to run npx wdio, do you guys have any idea to workaround??
    D:\WebdriverIO\APPIUM\webdriverio-appium
    ode_modules\@wdio\cli\build\launcher.js:42
    const Runner = (0, _config.initialisePlugin)(config.runner, 'runner');
    ^
    TypeError: (0 , _config.initialisePlugin) is not a function
    at new Launcher (D:\WebdriverIO\APPIUM\webdriverio-appium
    ode_modules\@wdio\cli\build\launcher.js:42:49)
    at launch (D:\WebdriverIO\APPIUM\webdriverio-appium
    ode_modules\@wdio\cli\build
    un.js:92:20)
    at run (D:\WebdriverIO\APPIUM\webdriverio-appium
    ode_modules\@wdio\cli\build
    un.js:68:12)
    at Object.run (D:\WebdriverIO\APPIUM\webdriverio-appium
    ode_modules\@wdio\cli\build\index.js:45:20)
    at Object. (D:\WebdriverIO\APPIUM\webdriverio-appium
    ode_modules\@wdio\cli\bin\wdio.js:11:21)
    at Module._compile (node:internal/modules/cjs/loader:1105:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)

    • @sdetunicorns
      @sdetunicorns  Рік тому

      Seems to be an issue with the configuration in your wdio.conf.js file

  • @lucassilvaazevedo2808
    @lucassilvaazevedo2808 Рік тому

    Someone could help me please? I don't know what to do.
    When ai run: npm run wdio
    ERROR @wdio/appium-service: Appium exited before timeout (exit code: 2)
    ERROR @wdio/cli:utils: A service failed in the 'onPrepare' hook
    ERROR webdriver: Request failed with status 404 due to unknown command
    ERROR webdriver: unknown command: The requested resource could not be found, or a req
    uest was received using an HTTP method that is not supported by the mapped resource
    ERROR @wdio/runner: Error: Failed to create session.
    I'm tanking all of this erros.
    Please, someone help me!!

    • @sdetunicorns
      @sdetunicorns  Рік тому

      Please share the entire error log that you are seeing

    • @lucassilvaazevedo2808
      @lucassilvaazevedo2808 Рік тому

      2023-01-25T12:50:05.879Z INFO @wdio/cli:launcher: Run onPrepare hook
      2023-01-25T12:50:07.957Z ERROR @wdio/appium-service: Appium exited before timeout (exit code: 2)
      [HTTP] Could not start REST http interface listener. The requested port may already be in use. Please make sure there is no other instance of this server running already.
      2023-01-25T12:50:07.959Z ERROR @wdio/cli:utils: A service failed in the 'onPrepare' hook
      Error: Appium exited before timeout (exit code: 2)
      [HTTP] Could not start REST http interface listener. The requested port may already be in use. Please make sure there is no other instance of this server running already.
      [0-0] 2023-01-25T12:50:10.110Z ERROR webdriver: Request failed with status 404 due to unknown command: The requested resource could not be found, or a request was received using
      an HTTP method that is not supported by the mapped resource
      [0-0] 2023-01-25T12:50:10.110Z ERROR webdriver: unknown command: The requested resource could not be found, or a request was received using an HTTP method that is not supported
      by the mapped resource
      [0-0] 2023-01-25T12:50:10.111Z ERROR @wdio/runner: Error: Failed to create session.
      [0-0] The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource

    • @lucassilvaazevedo2808
      @lucassilvaazevedo2808 Рік тому

      [debug] [HTTP] No route found for /session
      [HTTP] POST /session
      [HTTP] {"capabilities":{"alwaysMatch":{"platformName":"Android","appium:platformVersion":"13.0","appium:deviceName":"Pixel 2","appium:app":"app/android/app-debug.apk"},"firstMatch":[{}]},"desiredCapabilities":{"platformName":"Android","appium:platformVersion":"13.0","appium:deviceName":"Pixel 2","appium:app":"app/android/app-debug.apk"}}

    • @lucassilvaazevedo2808
      @lucassilvaazevedo2808 Рік тому

      I bought your course on udemy

    • @sakhile5914
      @sakhile5914 Рік тому

      @@lucassilvaazevedo2808 did you manage to get those error resolved ?