Bläddra i källkod

travis run dusk

jqh 5 år sedan
förälder
incheckning
5444e96f28
2 ändrade filer med 5 tillägg och 5 borttagningar
  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);
+    //}
 }