webdriverio-boneyard / wdio-cucumber-framework

A WebdriverIO v4 plugin. Adapter for Cucumber testing framework.
MIT License
77 stars 61 forks source link

before() in wdio.conf.js is not executing the spec file which I would like to execute before all other spec files. #172

Open udattuh opened 5 years ago

udattuh commented 5 years ago

before() in wdio.conf.js is not executing the spec file which I would like to execute before all other spec files.

code snippet: wdio.conf.js before (capabilities, {'./specs/login.spec.js' : login, './specs/socialstudies.spec.js': social}) { require('babel-register'); },

Please let me know if this is not the right format.

Thanks, Hemalatha Udattu

udattuh commented 5 years ago

Hi

Can someone give me an update on this ticket please.

Thanks, Hemalatha Udattu