Closed RubaXa closed 9 years ago
You can run tests by tags with this test_settings:
test_settings: { ... some_target: { ... tag_filter: ['tag1', 'tag2'] ... } ... }
Hi again, I've published 0.4.0
and now you can pass the --tag
directly:
$ grunt nightwatch --tag foo,bar
But instead of multiple --tag
options you must specify comma-separated tags.