How do i execute story files in specific order in serenity BDD Jbehave
问题 I Have few jbehave story files in stories folder. whenever i execute the scripts it takes in alphabetical order. ex: current execution aaa.story bbb.story ccc.story i want the execution to be ccc.story bbb.story and skip aaa.story is there a way to run specific stories in specific order. in Serenity BDD + Jbehave 回答1: You can use Meta: to tag stories/scenarios. This is useful if you want to run just subset of stories/scenarios or skip some of them. Example: Meta: @sometag Scenario: some