Questions tagged [wdio-v4]

23 questions
0
votes
1 answer

webdriverio Error: Could not request headers from chromedriver_mac64.zip: Error: read ECONNRESET - Mac OSX

I am writing some tests in webdriverio for one of the apps. I start the selenium server and run the following command ./node_modules/.bin/wdio wdio.conf.js When I run this on my old windows computer it works just fine, now that I have got a new…
0
votes
1 answer

unable to setup debugger

Adding the necessary config in my vscode launch.json file by adding breakpoint to my stepdef and debugging the test throws error and doesn't open up the debugger. my launch.js file looks like this { "version": "0.2.0", "configurations": [ …
0
votes
2 answers

How to addStep in @wdio/allure-reporter with wdio mocha

I am not able to add a new step. I need to add a step in my report for a negative scenario. I had referred the documentation https://www.npmjs.com/package/@wdio/allure-reporter. const { addFeature } =…
Bharath Kumar S
  • 1,332
  • 2
  • 8
  • 25
0
votes
2 answers

How do I set test scenarios to run concurrently in Webdriver.io Test Object?

For Saucelabs and local Appium testing, we can set the maxInstances in Webdriver.io to have our tests run concurrently on multiple devices/instances. This does not work for test runs on Test Object. Does anyone know if Test Object runs can be…
Abd Sani Abd Jalal
  • 1,183
  • 10
  • 26
0
votes
1 answer

Network based run is getting directed to Local 127.0.0.1

We're running wdio tests using wdio (both for local run & browserstack based devices) When I run browserstack (server run) I am getting following error: [11:41:04] COMMAND POST "/wd/hub/session" [11:41:04] DATA …
user2451016
  • 1,204
  • 2
  • 15
  • 30
0
votes
1 answer

WebdriverIO automation testing when JavaScript is disabled

Is there a way in WebdriverIO framework to launch the browser with JavaScript disabled? I want to automate a scenario with JavaScript being disabled. But, when I manually disable the JavaScript in Chrome, or Firefox and run the WDIO scripts, the…
0
votes
1 answer

Chrome (58v) webdriverio is not running, firefox is running

I was able to run Firefox and Chrome (automation tests locally), yet it worked some time ago. I am getting some error during trying run them on Chrome. My versions: Windows 10 64 bit Chrome version 58 Node 6.10.3 I am getting the following error…
pav
  • 5
  • 4
-1
votes
1 answer

Could not load a driver for automationName 'XCUITest' and platformName 'iOS'. Please verify your Appium installation

I'm using appium command by npm as global and I am working in a wdio project with appium as a depedency. package.json ... "appium": "^1.17.1", "wdio-appium-service": "^0.2.3", "wdio-cucumber-framework": "^0.3.1", "webdriverio":…
1
2