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
One thing that I do in my project is I tag different describe blocks with tags like @stage, for example
So when I call protractor I pass in this argument --grep='@stage'
Whenever I have shardTestFiles: true, in my config and I use the grep option, it will run a blank browser for every single spec that doesn't match the grep. If I don't have it set, it only will run the tagged specs, which is what I want, but then I loose rerun functionality. Please advise :)
The text was updated successfully, but these errors were encountered:
One thing that I do in my project is I tag different describe blocks with tags like @stage, for example
So when I call protractor I pass in this argument --grep='@stage'
Whenever I have
shardTestFiles: true,
in my config and I use the grep option, it will run a blank browser for every single spec that doesn't match the grep. If I don't have it set, it only will run the tagged specs, which is what I want, but then I loose rerun functionality. Please advise :)The text was updated successfully, but these errors were encountered: