Just run the one test that fails
This commit is contained in:
parent
17783e93c4
commit
3096f40bc6
1 changed files with 4 additions and 5 deletions
|
@ -38,12 +38,11 @@ before_script:
|
|||
- php artisan migrate
|
||||
- php artisan db:seed
|
||||
- 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 &
|
||||
- sleep 5 # Give artisan some time to start serving
|
||||
|
||||
script:
|
||||
- phpdbg -qrr vendor/bin/phpunit --coverage-text
|
||||
- php artisan dusk
|
||||
- php artisan security:check
|
||||
- ls -l storage/logs
|
||||
#- phpdbg -qrr vendor/bin/phpunit --coverage-text
|
||||
- php artisan dusk --filter test_client_page_creates_new_note
|
||||
#- php artisan security:check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue