Maven command in the Adaptive tests
search cancel

Maven command in the Adaptive tests

book

Article ID: 248686

calendar_today

Updated On:

Products

Continuous Delivery Director

Issue/Introduction

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"

Environment

Release : CDD SaaS, 8.X(On Premise)

Component : CONTINUOUS DELIVERY DIRECTOR

Resolution

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.