Answers for "what is the command for regression test in jenkins"

0

what is the command for regression test in jenkins

For Cucumber Framework:
verify -Dcucumber.options="--tags @regression" or 
verify -Dfile = "RegressionRunner.java" ==> 
       If you have a seperate RegressionRunner class in your framework

For TestNG Framework:
test -Drunner=regression_runner.xml
test -Drunner=smoke_runner.xml
Posted by: Guest on January-14-2021

Code answers related to "what is the command for regression test in jenkins"

Browse Popular Code Answers by Language