python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
In Cucumber, how do you resolve "Was unable to find step for" error when using {int} in a step definition?
I am building a Cucumber framework for WebdriverIO using Visual Studio Code.
I have a step definition which reads:
Then("there are/is {int} {string} displayed", (elementCount, element) =>...
RobbieDixonSMS
Votes: 0
Answers: 1
How to set environment variable to run webdriverIO script
I am running my webdriverIO test cases using command
npx wdio run .\wdio.conf.js --spec .\test\intel.test.js
Now I want to pass environment variable for the same like ENV=qa
If I run command like this...
Hariprasad KS
Votes: 0
Answers: 3
MS Edge Driver as separate conf file in wdio
Can someone, please, assist, in following:
Created separate conf files for Chrome & Firefox on webdriver.io (latest version 7.19.3), but could not acchive to create (also separate) config file for...
Zoran
Votes: 0
Answers: 1
In WDIO, what makes the Spec Reporter report a question mark?
Whilst running WDIO tests on the command line (using Spec reporter), on one test run, I managed to make it report a '?" in the command line output. Something like this:
[Chrome 100.0.4896.60 darw...
AntonCassidaris
Votes: 0
Answers: 1