python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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
Browser is crashing in CI after updating chrome to 100. I see error ERR_INSUFFICIENT_RESOURCES in the browser log. We are using webdriverIO v6
Browser is crashing while running tests in CI after updating chrome to 100. I see error ERR_INSUFFICIENT_RESOURCES in the browser wdio log. We are using webdriverIO v6 and docker. Selenoid to run test...
Nemo
Votes: 0
Answers: 0
How to convert WebDriverIO test project into a self executable file
I have a automation test suite developed in WebDriverIO Javascript. I would like to know if we have an option to convert it into an executable file, so that any one can trigger the test run by double ...
AK_sat
Votes: 0
Answers: 0