/**
  * @param testSuiteName (optional) Name of the test suite in the project if specific test suite
  *     needs to be run.
  * @return
  */
 public Builder forTestSuite(String testSuiteName) {
   projectExecutionRequest.testSuiteName = testSuiteName;
   return this;
 }