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
Hi,
every argument that you provide as arg, merges over the config object that you export from conf.js. So just add specExclude there and it will be used, of course, you could override from console args.
In protractor you can exclude specs by defining an array of specs in conf.js
https://stackoverflow.com/questions/32247255/protractor-how-to-exclude-spec-file-in-the-config-file
(but this does not work in uiveri5)
In uiveri5 I could only find the cli:
How can I achieve a exclusion by conf.js?
thanks in advance
The text was updated successfully, but these errors were encountered: