what is the command for regression test in jenkins code example
Example: 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