Posts by Wagner Galvão • 1 point
2 posts
-
0
votes1
answer23
viewsA: $ npm test -- --spec=usingPageObjectTest.js does not run the test
I solved the problem with another approach: // utils\waitForDisplayed.js exports.waitForDisplayed = (element, timeout) => { timeout = timeout ? timeout : 3000;…
-
-2
votes1
answer23
viewsQ: $ npm test -- --spec=usingPageObjectTest.js does not run the test
Can someone tell me a solution? Running $ npm test -- -spec=usingPageObjectTest.js does not work: [email protected] test C:\wagner.galvao\node\webdriverioframework wdio wdio.conf.js…