Browse Source

As it seems to work, try to update the testing to recent version

master
Sébastien Lucas 8 years ago
parent
commit
70bf01617c
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      test/Sauce.php

+ 4
- 4
test/Sauce.php View File

@@ -39,12 +39,12 @@ class Cops extends Sauce\Sausage\WebDriverTestCase
),
// run Mobile Safari on iOS
array(
'browserName' => '',
'browserName' => 'iphone',
'desiredCapabilities' => array(
'app' => 'safari',
'device' => 'iPhone Simulator',
'version' => '6.1',
'platform' => 'Mac 10.8',
'device' => 'iPhone 6',
'version' => '9.2',
'platform' => 'OS X 10.10',
)
),
// run Mobile Browser on Android


Loading…
Cancel
Save