I see this example
mvn test -Dcucumber.options="--tags ~@ignore" -Dtest=AnimalsTest
How do i pass feature file name directly in command line.
Something like :
mvn test -Dcucumber.options="--features=classpath:com/test/graphql/features/Scenario1.feature" -Dtest=com.graphql.ApiTest;