You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hoe can i access the laravel Application from inside a context? Also my sessions+cookies are not cleared between tests while i have this in my @beforeScenario
$this->getSession()->stop();
//Clear cache and sessions for before each test
exec('git clean -fxd ' . storage_path('framework/cache'));
exec('git clean -fxd ' . storage_path('framework/sessions'));
exec('redis-cli flushall');
The text was updated successfully, but these errors were encountered:
Hoe can i access the laravel
Application
from inside a context? Also my sessions+cookies are not cleared between tests while i have this in my@beforeScenario
The text was updated successfully, but these errors were encountered: