My project have 2 runners files and and 3 feature files and I was using cucumber 4. My team wants to upgrade to cucumber 6 and I am running through terminal using below command mvn test -DEnv=qa -Dcucumber.options="classpath:sec/test/java/runner/" -Dcucumber.filter.tags="Run123" Here i am trying run feature with mentioned tag. But I could the same feature is running twice. Can anyone help me on this
I tried running it from run configuration but nothing worked