This is similar to the question how to specify which lettuce scenario to run
In the question they give an example of one tag being used per scenario. I was wondering if I can add on more tags, like in TestNG you can add on multiple groups.
Here it says yes, you can apply more than one tag
@wip @slow
Feature: annual reporting
Some description of a slow reporting system.
From what I have seen, lettuce's documentation still does not include such feature.
My advice is to drop lettuce if you can and use behave instead.