I am trying to check if Karma / Protractor easily supports the execution of a subset of tags (or tagged ones). The functionality I hope for is basically that Rspec allows through it - the tag parameter .
For example, we could mark the test as ui, serviceor controller, and then execute only the tags service.
source
share