Skip to main content

All Questions

Tagged with
0 votes
1 answer
580 views

WebdriverIO + Jasmine: How to exclude a specific test file when running a suite based on that test file name

We are on latest 8.X WebdriverIO version and latest Jasmine 4.X at this moment, using latest Node 18.X. In my Wdio.conf.js file I have suite: all: [ 'path/test1.js', 'path/test2.js'], test1.js has a ...
Goran's user avatar
  • 21
4 votes
2 answers
4k views

Webdriver.IO - check in a non-blocking way whether an element exists

Rookie question. I am using webdriver.io to write Appium end to end tests. I am using these commands to check the presence of an element: $(selector) browser.waitForVisible(selector, timeout, ...
Gabe's user avatar
  • 6,237