JIRA BDD Feature Plugin: Support of multiple Examples tables for Scenario Outline
Add support for multiple Examples tables for Scenario Outline. Currently, if Scenario has multiple Examples tables, then only the first Examples table is being parsed by the BDD Feature Plugin. The rest of the Examples tables are being ignored. Mu...