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