Execute only specific examples in a Scenario Outline

前端 未结 2 651
面向向阳花
面向向阳花 2021-01-14 04:06

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

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-14 04:51

    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.

提交回复
热议问题