Another try again.
This commit is contained in:
parent
61d7aa70da
commit
161c2653b4
|
@ -76,7 +76,7 @@ class WebDriverDemo extends Sauce\Sausage\WebDriverTestCase
|
|||
{
|
||||
$caps = $this->getDesiredCapabilities();
|
||||
$caps['build'] = getenv ("TRAVIS_JOB_NUMBER");
|
||||
//$caps['tunnel-identifier'] = getenv ("TRAVIS_JOB_NUMBER");
|
||||
$caps['tunnel_id'] = getenv ("TRAVIS_JOB_NUMBER");
|
||||
$caps['name'] = "COPS ";
|
||||
$this->setDesiredCapabilities($caps);
|
||||
parent::setUp ();
|
||||
|
|
Loading…
Reference in a new issue