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)
Web driver IO's browser console function: getLogs not working when message contains Json Object
I am trying to use WDIO's getLogs('browser') to capture debug info from a JS application. The debug info is in JSON format. In manual testing, i can see all the data in JSON from console. But when i u...
Eileen
Votes: 0
Answers: 0
Accessing arguments/parameters of an Allure report during execution?
In the testing framework we are using allures .addArgument method to add a parameter to the report for the name of team which owns a particular test.
AllureReporter.addArgument('teamName', 'myTeam');....
DublinDev
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
Having error in helper method in wdio in async mode
Helper files that use other browser commands have to be moved to before hook.
NavigationByTextInSideMenu(page) {
const sideMenu = {}
await browser.waitUntil(async () => {
await this...
Sergei
Votes: 0
Answers: 0