I'm looking for a way to utilize tagging options similar to those in cucumberJS
with protractor
, but using Jasmine
. Is there a method to tag different scenarios like @smoke
, @regression
, etc. and then specify in the console to run based on those tags?
I prefer not to use Cucumber
due to its unreliable support.
Any assistance would be greatly appreciated!