Selaa lähdekoodia

travis run dusk

jqh 5 vuotta sitten
vanhempi
commit
5444e96f28
2 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 1 1
      .travis.yml
  2. 4 4
      tests/DuskTestCase.php

+ 1 - 1
.travis.yml

@@ -35,7 +35,7 @@ install:
   - php artisan admin:publish --force
   - php artisan admin:install
   - php artisan migrate:rollback
-#  - php artisan dusk:chrome-driver
+  - php artisan dusk:chrome-driver
 
 before_script:
   - google-chrome-stable --headless --disable-gpu --remote-debugging-port=9515 http://127.0.0.1 &

+ 4 - 4
tests/DuskTestCase.php

@@ -101,8 +101,8 @@ abstract class DuskTestCase extends BaseTestCase
      *
      * @throws \RuntimeException
      */
-    protected static function buildChromeProcess(array $arguments = [])
-    {
-        return (new ChromeProcess(static::$chromeDriver))->toProcess($arguments);
-    }
+    //protected static function buildChromeProcess(array $arguments = [])
+    //{
+    //    return (new ChromeProcess(static::$chromeDriver))->toProcess($arguments);
+    //}
 }