We've noticed that the below mvn command is getting executed while running the adaptive tests and we are not sure how this command was configured in CDD
mvn clean test -Dcucumber.execution.dry-run -Dcucumber.plugin=json:target/cucumber.json -Dcucumber.features=src/test/resources -Dcucumber.options="src/test/resources -d --glue com.acats.tims.stepdef --plugin json:target/cucumber.json"
Release : CDD SaaS, 8.X(On Premise)
Component : CONTINUOUS DELIVERY DIRECTOR
When you set up the test source, you provide the values which are used in the mvn command. The values provided are feature folder and glue .
CDD uses these values to import your tests - this is the "dry-run" command you are seeing - CDD clones your code based on the provided details and a clean build is executed t/ dry-run.