阅读(1698) (8)

Laravel 8 创建测试

2021-07-08 16:54:53 更新

要创建一个 Dusk 测试,可以使用 dusk:make 命令。创建的测试将会被放在 tests/Browser 目录中:

php artisan dusk:make LoginTest