Remove dusk tests for now
This commit is contained in:
parent
821c5c2f55
commit
46c2d30fac
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue