1

I have multiple feature file with the tags @run_first @run_second @run_third

file m.feature Feature: test feature1 Background:
* print " test feature1" @run_first Scenario: run first feature test

file a.feature Feature: test feature1 Background:
* print " test feature2" @run_second Scenario: run second feature test

feature file is running on alphabetical order but requirement is run the feature file in sequence defined in tags @run_first @run_second @run_third first it run all the feature file with tags @run_first after @run_second then @run_third so on.

com.intuit.karate version 1.4.1

my case all the feature file is running alphabetical sequence. Want to run feature file in tags wise sequence.

1 Answer 1

0

No this is currently not possible. See this answer for related information: https://stackoverflow.com/a/75132679/143475

There is an open feature request for perhaps what you are looking for, you can consider contributing code to make this happen: https://github.com/karatelabs/karate/issues/2235

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.