Commit b4b8657e authored by Egor Kremnev's avatar Egor Kremnev

test

parent f54e44c0
...@@ -28,8 +28,9 @@ php artisan test ...@@ -28,8 +28,9 @@ php artisan test
info "Setup environment for dusk test" info "Setup environment for dusk test"
cp .env.dusk .env cp .env.dusk .env
touch ../database/database.unit.sqlite info "Make database for testing"
touch ../database/database.dusk.sqlite touch database/database.unit.sqlite
touch database/database.dusk.sqlite
php artisan key:generate php artisan key:generate
php artisan dusk:chrome-driver php artisan dusk:chrome-driver
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment