Is it possible to add tag for examples in scenario outline using behave? Something like this.
Examples:
|input |output |
@test1
|one |two |
@test2
|three |four |
When I try to do this I get parser error: Parser failure in state next_scenario, at line 15: 'Examples:'