예제 #1
0
 public static function set_runid($run_id)
 {
     TestRailApiWrapper::$testrail_testrun_id = $run_id;
 }
예제 #2
0
 private function initRails()
 {
     $param = $this->container->getParameter("mink.parameters")["browser_name"];
     TestRailApiWrapper::set_testrun_context($this->testrail_username, $this->testrail_password, $this->testrail_url, " " . $param . " " . $this->testrun_basename, $this->testrun_description, $this->testrun_location, $this->project_id, $this->testsuite_id);
 }