Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Warning: TTY mode is not supported on Windows platform' when run php artisan dusk on windows 10 #276

Closed
batmahir opened this issue May 19, 2017 · 2 comments

Comments

@batmahir
Copy link

below is the command that i run in the terminal

php artisan dusk 
Warning: TTY mode is not supported on Windows platform.
PHPUnit 5.7.17 by Sebastian Bergmann and contributors.

[12108:4244:0519/174442.210:ERROR:navigation_entry_screenshot_manager.cc(135)] Invalid entry with unique id: 7
E                                                                   1 / 1 (100%)

Time: 41.48 seconds, Memory: 17.25MB

There was 1 error:

1) Tests\Browser\UserManagement\CreateUserTest::test_create_user_with_the_right_data
Facebook\WebDriver\Exception\TimeOutException: Waited 20 seconds for text [City idss required].


, as you can see above when i run thephp artisan dusk, the first message appear are the

Warning: TTY mode is not supported on Windows platform.

@batmahir batmahir changed the title Warning: TTY mode is not supported on Windows platform when run php artisan dusk on windows 10 'Warning: TTY mode is not supported on Windows platform' when run php artisan dusk on windows 10 May 19, 2017
@deleugpn
Copy link
Contributor

deleugpn commented May 19, 2017

That message is shown because TTY is not supported on Windows. This does not impact the functionality of Dusk at all. Read more on #226

@salarmehr
Copy link

This message is displayed on each run. hot to extinguish it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants