We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
7.11.2
10.28.0
8.2.11
10.4.1
No response
--ansi and --no-ansi options do not work when running php artisan dusk command. Similar to laravel/framework#45340
--ansi
--no-ansi
artisan dusk
Run the php artisan test --ansi or php artisan test --no-ansi console command.
php artisan test --ansi
php artisan test --no-ansi
The text was updated successfully, but these errors were encountered:
test(ci): use artisan dusk --colors=always while waiting for larave…
artisan dusk --colors=always
554c310
…l/dusk#1066 cc nunomaduro/collision#241 Signed-off-by: Fery Wardiyanto <[email protected]>
Fixes unknown option "--ansi" and "--no-ansi"
ce0d197
fixes #1066 Signed-off-by: Mior Muhammad Zaki <[email protected]>
Fixes unknown option "--ansi" and "--no-ansi" (#1068)
8b8144d
* Fixes unknown option "--ansi" and "--no-ansi" fixes #1066 Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> * wip Signed-off-by: Mior Muhammad Zaki <[email protected]> --------- Signed-off-by: Mior Muhammad Zaki <[email protected]>
fbb6709
crynobone
Successfully merging a pull request may close this issue.
Dusk Version
7.11.2
Laravel Version
10.28.0
PHP Version
8.2.11
PHPUnit Version
10.4.1
Database Driver & Version
No response
Description
--ansi
and--no-ansi
options do not work when running phpartisan dusk
command. Similar to laravel/framework#45340Steps To Reproduce
Run the
php artisan test --ansi
orphp artisan test --no-ansi
console command.The text was updated successfully, but these errors were encountered: