webdriverio-boneyard / wdio-sauce-service

WebdriverIO v4 service for better Sauce Labs integration
http://webdriver.io
MIT License
18 stars 21 forks source link

Excluded tests still start VM's in sauce labs #17

Closed m2hd1 closed 7 years ago

m2hd1 commented 7 years ago

Hi there,

in saucelabs, all the excluded tests still start a VM (without running anything). and they're named as "unnamed job ".

any idea how to stop them to trigger a vm on saucelabs ?

image

m2hd1 commented 7 years ago

My bad, I thought it was the excluded tests, but it turned out to be the helper scripts which were triggering the vm in sauce labs. added the folder path to the exclude tests and no extra VM was triggered.