Questions tagged [wdio-v5]

50 questions
0
votes
1 answer

Module not found error in Jenkins while trying to run wdio from docker image

I am using webdriverio . My package.json is having all my dependency. I have created a docker image for my project throught Jenkins using a docker file. Now I am trying run the scripts from Jenkins. It is failing saying module not found. For example…
0
votes
1 answer

How to set 'AutomationExtension' as false in wdio.conf.js file in webdriverio?

I am new to WebdriverIO. I want to know how to set 'AutomationExtension' as false in wdio.conf.js file in webdriverio.
0
votes
1 answer

Not able to run wdio openfin based UI automation with wdio v6

What is the latest npm package available for wdio-openfin-service? I tried to install, "wdio-openfin-service": "^8.0.1",it gave me error, that it does not exist. Reason to install 8.0.1 : https://github.com/wenjunche/wdio-openfin-service npm ERR!…
QualityMatters
  • 372
  • 1
  • 16
0
votes
0 answers

WDIO is entering each characters on login screen very slowly when opened in IE 11

With the use of WDIO, I am trying to automate the login screen of an application developed in ReactJs & Node.js. It takes a pause of 4-5 seconds after entering each character. Because of this, a timeout happens before the "Sign In" button is…
jigs
  • 1
  • 1
0
votes
1 answer

Dependecy wdio-cucumber-framework is not getting installed when I use node version 12. Its installing till node 10

Dependecy wdio-cucumber-framework is not getting installed when I use node version 12. Its installing till node 10 Throwing error "Failed at the fibers@2.0.2 install script"
jramapurath
  • 201
  • 1
  • 8
0
votes
1 answer

How to add timeline report in webdriver.io

How can I add timeline report in webdriver.io project. Sample report screenshot
Bharath Kumar S
  • 1,332
  • 2
  • 8
  • 25
0
votes
1 answer

File upload with webdriverio v5 in msedge

I am running an automation test in sauceLabs using webdriverio v5. I want to run a test which is uploading a file to msedge. Below is the sample code for the same. const path = require('path'); const filePath = path.join(__dirname,…
0
votes
1 answer

How to run specific test suite inside onPrepare function in wdio.conf.js

Hello :) I have a problem and was wondering how to deal with it correctly. I have 2 application first one is like admin portal where I need to do initial setup and then rest if automated tests will run on different app that is using this initial…
vertigo448
  • 45
  • 1
  • 6
0
votes
1 answer

how to pass selenium-standalone port configuration from the command line

I created 3 jenkins jobs linked to the same github project, i'm using wdio v5 and cucumber, i want to run each job on a different port this is why i'm trying to pass the port from the jenkins post-build task : execute shell I tryed this --…
mehdi
  • 47
  • 1
  • 8
0
votes
1 answer

Signing an iOS app in MS app center to work on aws device farm

I'm relatively new to app development, but basically i'm trying to build an ipa file in MS VS app center that will install on the real devices that are on AWS device farm. I'm guessing this should be possible. The problem I'm getting is that the…
0
votes
1 answer

Trying to scroll using appium + wdio

Have been trying to scroll down the page for ages. I can see the pointer moving on the android emulator device (enabled in the options) but it's not moving the page down so I cannot click the element that is below the fold, it cannot find the…
alexrogers
  • 1,322
  • 1
  • 13
  • 23
0
votes
2 answers

webdriverIO+cucumber and i can't trigger multiple parallel tests

i'm using wdio with cucumber frameworh, i have 2 .feature files and two test cases .js, maxInetances 10 , when i trigger the test and for a briev moment two blank chrome instances are opened then one of the two is closed and the test begin executing…
mehdi
  • 47
  • 1
  • 8
0
votes
1 answer

do anyone know what this log output mean

i'm trying to run an automated test against the browser with jenkins, i'm using the webdriverIO framework. when i use the command prompt it works but when triggering the job with jekins i get an error which i think is related to the jenkins execute…
mehdi
  • 47
  • 1
  • 8
0
votes
1 answer

Allure report clean in @Wdio in webdriverIO

I am able to create allure report and open it. But I could not clean the previous results. I tried with the official document which does not give expected results.
0
votes
2 answers

what are the valid values for 'runner' in wdio.conf.js file?

for Webdriver.io what other values can runner take in wdio.conf.js besides runner: 'local'? Any examples? Thanks
Miha
  • 4,923
  • 2
  • 9
  • 15