Skip to main content

All Questions

Tagged with
0 votes
0 answers
22 views

WebdriverIO + Jasmine: How to make use of grep to filter the spec files

I have a suite folder with 3 spec files configured. In one of the spec file it block has the description "_smoke" but when using the jasmineOpts.grep=_smoke it does not filter the spec file ...
rakesh prabhakar balraj's user avatar
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