I know the way to run only the tests tagged with a chosen @tag
:
@invite
Feature: As User I want to invite a friend to join on MySocial
@mytag
Scenario: Exists a Facebook user
Given I go to "/"
When I follow "Invite a friend"
...
Is is possible to do exactly the opposite?