I have test cases written in cucumber with java. I am using IDE IntelliJ. I can run from IDE UI by simply right click a feature file. but now the requirement is I need to run tests in jenkins using command line.
explore maven option but has another issue with authentication.
is there any other way to directly run cucumber features through command line?