Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exclude specs #89

Closed
impnguyen opened this issue Jun 14, 2019 · 2 comments
Closed

exclude specs #89

impnguyen opened this issue Jun 14, 2019 · 2 comments

Comments

@impnguyen
Copy link

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:
image

How can I achieve a exclusion by conf.js?

thanks in advance

@maximnaidenov
Copy link
Contributor

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.

@ThomasMarz
Copy link

yes thanks Maxim, this worked for me:
uiveri5 --config.specExclude=print

unfortunately it does not work for "specFilter". Any clue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants