About 50 results
Open links in new tab
  1. typescript - ERROR @wdio/runner: Error: Failed to create session. [0-0 ...

    Jan 2, 2023 · ERROR @wdio/runner: Error: Failed to create session. [0-0] Unable to connect to "http://localhost:4723/", make sure browser driver is running on that address. jule ...

  2. ERROR @wdio/runner: Error: Failed to create session

    Feb 21, 2022 · I have developed some cucumber tests succesfully passing and testing some urls with chrome. Nevertheless even though the tests succeed webdriver generates following errors when …

  3. Cannot find type definition file for '@wdio/globals/types'

    Jan 9, 2023 · Cannot find type definition file for '@wdio/globals/types' Asked 3 years, 3 months ago Modified 7 months ago Viewed 8k times

  4. ERROR @wdio/cli:utils: A service failed in the 'onPrepare' hook

    Jun 7, 2022 · ERROR @wdio/cli:utils: A service failed in the 'onPrepare' hook Asked 3 years, 10 months ago Modified 2 years, 8 months ago Viewed 10k times

  5. How to properly replace @wdio/selenium-standalone-service service?

    Feb 6, 2024 · @browsermator Thanks, but that did not help much. I need selenium I must not rely on a fallback. I've tried adding the selenium-standalone to my lib instead of the @wdio/selenium …

  6. selenium - WebdriverIO: How to read baseURL value from wdio.conf.js ...

    Jun 15, 2017 · wdio-v4 All the wdio.conf.js file attributes (basically the config object name-value pairs) are also stored inside the browser.options object. Thus, a more elegant approach to access your …

  7. Getting an error when running "npx wdio config" - Stack Overflow

    May 6, 2021 · Seems to be a problem with the latest version of the @wdio/cli dependency. I solved the problem by using an older version and it works now ("@wdio/cli": "7.3.1"). Just add that dependency …

  8. is not recognized as an internal or external command - wdio

    When I try to run the code ./node_modules/.bin/wdio config I have got this error: '.' is not recognized as an internal or external command, operable program or batch file.

  9. javascript - Session Error While Using WebdriverIO with Appium on ...

    Jun 17, 2022 · install the @wdio/appium-service package, and appium should run automatically or start the appium server yourself, either from the terminal with appium -a 127.0.0.1 -p 4723 or launch the …

  10. Appium Wdio not run = ERROR webdriver: RequestError: connect ...

    Feb 9, 2022 · Appium Wdio not run = ERROR webdriver: RequestError: connect ECONNREFUSED ::1:4723 Ask Question Asked 4 years, 2 months ago Modified 2 years, 8 months ago