我刚刚发现了 Laravel Dusk,我很高兴能在我的项目中使用它。但是,它似乎无法让它工作。我按照 Laravel 文档安装 Dusk。当我php artisan dusk
在终端运行时,我得到
[Symfony\Component\Process\Exception\RuntimeException]
TTY mode is not supported on Windows platform.
我发现了这个(https://github.com/laravel/dusk/pull/13/files),我认为应该可以修复它,但我仍然得到错误。
此外,我尝试按照此处接受的答案(https://laracasts.com/discuss/channels/testing/dusk-via-phpstorm)通过 PhpStorm 运行 Dusk 测试,但出现Class config does not exist
错误。很多人说这是 .env 文件中的空格造成的,但这不是我的问题。
谁能帮我弄清楚 Laravel Dusk 在我的设置中发生了什么?我的 Laravel 项目是 5.4,我使用的是 Laravel Dusk 1.0,PhpStorm 是 2017.2.1