You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered: