Hello,
‘tags’ option allows to specify tags in the command line, which cause all tests which include the specified tags in the test module’s ‘@tags’ attribute to be executed in the same launch.
We wish to have an option to change the behavior of this feature, so when specifying more than one tag, Nightwatch will collect only tests which include all specified tags instead of collecting any test which include one of the tags.
Thanks for the support :)