Remove dusk tests for now

This commit is contained in:
Jonny Barnes 2017-11-07 14:30:17 +00:00
parent 821c5c2f55
commit 46c2d30fac

View file

@ -16,7 +16,7 @@ addons:
- realpath - realpath
- postgresql-9.6-postgis-2.3 - postgresql-9.6-postgis-2.3
- imagemagick - imagemagick
- google-chrome-stable #- google-chrome-stable
artifacts: artifacts:
s3_region: "eu-west-1" s3_region: "eu-west-1"
paths: paths:
@ -54,10 +54,10 @@ before_script:
- php artisan key:generate - php artisan key:generate
- php artisan migrate - php artisan migrate
- php artisan db:seed - php artisan db:seed
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9515 http://localhost:8000 & #- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9515 http://localhost:8000 &
- sleep 5 #- sleep 5
script: script:
- php vendor/bin/phpunit --coverage-text - php vendor/bin/phpunit --coverage-text
- php artisan dusk #- php artisan dusk
- php vendor/bin/security-checker security:check ./composer.lock --end-point=http://security.sensiolabs.org/check_lock - php vendor/bin/security-checker security:check ./composer.lock --end-point=http://security.sensiolabs.org/check_lock