Feature with tags

Feature Description

Scenario Outline name with tags <test>

Step
Given a fact with '<Header1>'
Given a fact with '<Header2>'

Example

Header1 Header2 test Outcome
Value 1 Value 1 aaaaaaaa1 asdf
Step Outcome
Given a fact with 'Value 1' Passed
Given a fact with 'Value 1' Passed
Value 2 Value 2 aaa aaaaa2
Step Outcome
Given a fact with 'Value 2' Failed
Given a fact with 'Value 2' NotRun
Value 3 Value 3 aaaaaaaa3
Step Outcome
Given a fact with 'Value 3' Passed
Given a fact with 'Value 3' Passed
Value 4 Value 4
Step Outcome
Given a fact with 'Value 4' Passed
Given a fact with 'Value 4' Passed