cucumber: how to run a tagged scenario from a specific feature file

前端 未结 0 1417
清歌不尽
清歌不尽 2020-12-21 05:21

I have the following cucumber feature:

Feature: Myfeature

@tag1
Scenario: 1st scenario
  Given 
  When 
  Then 

@tag2
Scenario: 2nd scenario
  Given  
  Whe         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题