I am running a BDD Cucumber based test suites having two features files named.
- AlphaTest.feature in a folder named Alpha contains tags @Aplha
- BetaTest.feature in a folder named Beta contains tags @Beta
When I run the tags using command on CLI mvn test -Dcucumber.filter.tags="@BetaTest or @AlphaTest"
Even then it first executes Alpha Folder tags and then BetaFolder tag. So, ideally it sort tags in Alphnumeric order of Feature files folder name, featurefiles name and tag name.
Looking for somebody's help.
Aucun commentaire:
Enregistrer un commentaire