Standalone server and point to a wrong path. Please set `path: '/wd/hub'` in your wdio.conf.js
See original GitHub issueEnvironment (please complete the following information):
- WebdriverIO version: 6.1.20
- Mode: [Standalone mode or WDIO Testrunner]
- If WDIO Testrunner, running sync/async: sync
- Node.js version: 12.16.1
- NPM version: 6.13.4
- Browser name and version: 83
- Platform name and version: ubuntu 20.04LTS
- Additional wdio packages used (if applicable):
"@wdio/allure-reporter": "^6.1.14", "@wdio/appium-service": "^6.1.16", "@wdio/dot-reporter": "^6.1.14", "@wdio/local-runner": "^6.1.20", "@wdio/mocha-framework": "^6.1.19", "@wdio/selenium-standalone-service": "^6.1.14", "@wdio/spec-reporter": "^6.1.14", "@wdio/sync": "^6.1.14", "chai": "^4.2.0", "chromedriver": "^83.0.0", "wdio-chromedriver-service": "^6.0.3"
Config of WebdriverIO you can find it in the url provided below
Describe the bug Unable to trigger certain capabilities when using multi-remote feature as it seems ports are overlapping each other and throws an error as shown in the screenshot attached below
To Reproduce
- Pull the code in the repo
- git checkout to master (example branch is the default)
- run ‘npm i’
- run ‘npm run test’
https://github.com/Amrkamel1/wdExample/tree/master
Expected behavior I should be able to run certain capabilities separately
Log
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created 3 years ago
- Comments:39 (21 by maintainers)
Top Results From Across the Web
webdriverio/webdriverio - Gitter
It seems you are running a Selenium Standalone server and point to a wrong path. Please set 'path: '/wd/hub'' in your wd io.conf.js!...
Read more >Webdriver newbie question - Software Testing Club
It seems you are running a Selenium Standalone server and point to a wrong path. Please set 'path: '/wd/hub'' in your wd io.conf.js!...
Read more >Common Selenium and Webdriverio Error Messages SOLVED
This error is thrown when WebdriverIO tries to send an HTTP request to the default Selenium server location. The request to that location ......
Read more >WebdriverIO not using config.path to access Appium Server
i just stepped over the same issue and it looks like it works when you set it under the capabilites: capabilities: [{ "path":...
Read more >Configuration File
The configuration file contains all necessary information to run your test suite. It's a NodeJS module that exports a JSON.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@christian-bromann
Good news!! 😄 its working now with config below.
note: I have upgraded all the json package to latest
Yeah, this is a different story. Glad it works now.