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
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
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
The text was updated successfully, but these errors were encountered: