Run all the tests

This commit is contained in:
Jonny Barnes 2017-02-23 09:25:19 +00:00
parent 8c52356d07
commit 5f3461daf8

View file

@ -42,12 +42,11 @@ before_script:
- php artisan migrate - php artisan migrate
- php artisan db:seed - php artisan db:seed
- php artisan token:generate - php artisan token:generate
- phantomjs --webdriver=127.0.0.1:9515 --webdriver-loglevel=DEBUG & - phantomjs --webdriver=127.0.0.1:9515 --webdriver-loglevel=ERROR &
- php artisan serve & - php artisan serve &
- sleep 5 # Give artisan some time to start serving - sleep 5 # Give artisan some time to start serving
script: script:
#- phpdbg -qrr vendor/bin/phpunit --coverage-text - phpdbg -qrr vendor/bin/phpunit --coverage-text
- php artisan dusk --filter test_client_page_updates_syndication - php artisan dusk
#- php artisan security:check - php artisan security:check
#- curl -v -F 'upload=@./tests/Browser/screenshots/failure-test_client_page_creates_new_note-0.png' http://uploads.im/api