|
@@ -35,11 +35,12 @@ 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:
|
|
|
- - chmod 777 ./tests/resources/drivers/chromedriver-linux
|
|
|
-# - google-chrome --whitelisted-ips --headless --disable-gpu --remote-debugging-port=9515 http://127.0.0.1 &
|
|
|
+ # - chmod 777 ./tests/resources/drivers/chromedriver-linux
|
|
|
+ - chmod 777 ./vendor/laravel/dusk/bin/chromedriver-linux
|
|
|
+ - ./vendor/laravel/dusk/bin/chromedriver-linux & --whitelisted-ips --headless --disable-gpu --remote-debugging-port=9515 http://127.0.0.1 &
|
|
|
- php artisan serve &
|
|
|
|
|
|
script:
|