I have a set of test suites in my project. I just want to run couple of test suites. How can I achieve this? I have to run it from Jenkins.
Solved! Go to Solution.
HI Nmrao, Sorry for late response. Passing multiple test suite aruments is not working as expected. I using jenkins to excute my automation suits. I want to excute more than one test suite at a time. I don't want to run jenkins job multiples times.
Please find my shell script
"/ReadyAPI/bin/testrunner.sh" -s3.4.1_Sanity -r -a -j -f${WORKSPACE}/ReadyAPI_report -g "-RJUnit-Style HTML Report" -FXML -EQA ${WORKSPACE}
@arunbharath , perhaps using Test Suite tags can help you accomplish your task. Please see my response to the topic you’ve started here.