Answers for "regression testing command jenkins"

0

regression testing command 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
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

Browse Popular Code Answers by Language