EkaterinaT
3 years agoRegular Visitor
smartbear testrunner. run array of test cases
i need to specify list of test cases to run them in sequence and have output in html file
tried combinations with -cMyTC && -cMyTC and [ -cMyTC,-cMyTC...] as well as -T tags cli param
testrunner.bat -sMysuite -cMyTC && -cMyTC -r -a -j -J "-fC:\PATH" -FPDF "-RJUnit-Style HTML Report" C:PATH\API_FunctionalTest -> [compose project]
what you would suggest in this case