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

test tags #4257

Open
irondev84 opened this issue Aug 21, 2024 · 0 comments
Open

test tags #4257

irondev84 opened this issue Aug 21, 2024 · 0 comments

Comments

@irondev84
Copy link

Description

following: https://nightwatchjs.org/guide/writing-tests/test-syntax-exports.html#postdoc-test-tags
could you provide change for testing tags similar to skiptags ?
I mean that for skipping multiple tags is neccessary to add each tag to skip as comma-separated,
but if I want specify multiple tags I need write it separate using pattern: --tag tagOne --tag tagTwo etc...

it is very complicated if I want to use it in AzureDevops providing input value as dynamic tags in pipeline,
'--' is terrible to workaround

Suggested solution

Specify multiple tags as:
nightwatch --tag login,something_else

to skip multiple tags, add each tag you want to skip as comma-separated:
nightwatch --skiptags login,something_else

Alternatives / Workarounds

any idea ?

Additional Information

No response

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

No branches or pull requests

1 participant