Oct 15, 2019
0
Level 1
Error CURL in DUSK
help! I have this problem with laravel dusk, at the beginning of my project I did not use PUSHER and LARAVEL-ECHO and the tests worked correctly, but at the time of integrating PUSHER and LARAVEL-ECHO the tests no longer work correctly and I get this error:
- Tests\Browser\UsersTest::users_in_real_time Facebook\WebDriver\Exception\WebDriverCurlException: Curl error thrown for http POST to /session/c1e18f2bc26c82c16ec2cb5a58b0224a/url with params: {"url":"http://users.test//"}
Operation timed out after 30015 milliseconds with 0 bytes received
But if I remove it PUSHER and LARAVEL-ECHO the tests work correctly. I am using LARAVEL 5.7 Help! I'm new to TDD
Please or to participate in this conversation.