We\'re looking to better manage test data using Cucumber in our Java test automation framework. For a Scenario Outline, we\'re looking to tabulate test paramete
That is not what scenario outlines are designed for.
You can write separate scenario's and then use tags on each one that you can then pass in at runtime which tag you want to run.