Cucumber- CLI-pom.xml folder structure | Selenium Forum
M
Posted on 29/02/2016
Hi Ashish,
can you plz explain how the folder structure is determined during execution mode in CLI through pom.xml. how the below arguments com/, src/ refers the folder/files path.


<mainClass>cucumber.api.cli.Main</mainClass>
<arguments>
<argument>--format</argument>
<argument>junit:target/cucumber-junit-report/allcukes.xml</argument>
<argument>--format</argument>
<argument>pretty</argument>
<argument>--format</argument>
<argument>html:target/cucumber-html-report</argument>
<argument>--tags</argument>
<argument>--glue</argument>
[color=#FF0000:79b1lmag]<argument>com/</argument>[/color:79b1lmag]
[color=#FF0000:79b1lmag]<argument>src/</argument>[color=#FF0000][/color:79b1lmag][/color]

M
Replied on 03/03/2016

cucumber automatically finds the feature files and runner class.