Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
229 views
in Technique[技术] by (71.8m points)

spring - Cucumber: how to start with a specific feature first and then run other features second

I have a spring boot application in which I'm using cucumber. My goal is to start my tests with a specific feature (saying init.feature) and then will come other features (exemple a.feature and b.feature), so tests should run in the following order :

  1. init.feature
  2. a.feature then b.feature or the inverse order (here order is not important)

Currently I have +200 features and want to avoid tagging all of them (if this is a solution). I'm looking for a sort of feature ordering if there is any (except alphabetic ordering, which is the default behavior of cucumber) !


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...