Sfoglia il codice sorgente

单测浏览器版本限制

Jiang qinghua 3 anni fa
parent
commit
55008fff1a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/bin/install-admin.sh

+ 1 - 1
tests/bin/install-admin.sh

@@ -4,6 +4,6 @@ cd ./laravel-tests
 php artisan admin:publish --force
 php artisan admin:install
 php artisan migrate:rollback
-php artisan dusk:chrome-driver
+php artisan dusk:chrome-driver 94
 cp -f ./tests/routes.php ./app/Admin/
 cp -rf ./tests/resources/config ./config/