Just run the one test that fails

This commit is contained in:
Jonny Barnes 2017-02-21 17:25:11 +00:00
parent 17783e93c4
commit 3096f40bc6

View file

@ -38,12 +38,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-logfile=/dev/null --webdriver-loglevel=ERROR & - 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 - php artisan dusk --filter test_client_page_creates_new_note
- php artisan security:check #- php artisan security:check
- ls -l storage/logs