mardi 5 février 2019

How to programmatically call a dusk test from a php artisan command

I need to run one of my Laravel Dusk tests from an artisan command so that it processes daily. I've tried $this->call('dusk'); in my command but that runs all of dusk's tests and doesn't allow me to add a group or a filter. I need to run just 1 test. How can I add a filter?

$this->call('dusk', [ '--group' => 'communication_tests' ]);

or

$this->call('dusk', [ '--filter' => 'tests\Browser\myTestFile::myTestMethod' ]);

doesn't work and it ignores the options passed in. Any ideas on how to accomplish this?



from Newest questions tagged laravel-5 - Stack Overflow http://bit.ly/2GdlEhH
via IFTTT

Aucun commentaire:

Enregistrer un commentaire