QuestionQ9
DevSecOps Pipeline-Build and Test StageAndrew Gerrard has recently joined an IT company that develops software products and applications as a DevSecOps engineer. His team leader asked him to download a JAR application from the organization's GitHub repository and run the BDD security framework. Andrew successfully downloaded the JAR application from the repository and executed it, then cloned the BDD security framework.
Which of the following commands should Andrew use to execute the authentication feature?
- A /gradlew -Dcucumber.options=“-tags @authentication -tags @skip”
- B /gradlev -Dcucumber.options=“-tags @authentication -tags @skip”
- C ./gradlew -Dcucumber.options=“-tags @authentication -tags ~@skip”
- D ./gradlev -Dcucumber.options=“-tags @authentication -tags ~@skip”
Community Discussion