Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Jorge_19's avatar

Error CURL en 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:

  1. 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

0 likes
0 replies

Please or to participate in this conversation.